Skip to content

Commit f3db18b

Browse files
committed
version: v0.1-rc4
Signed-off-by: Jack Ren <jack.ren@intel.com>
1 parent c6bf675 commit f3db18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devicemodel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
MAJOR_VERSION=0
55
MINOR_VERSION=1
6-
RC_VERSION=3
6+
RC_VERSION=4
77
BASEDIR := $(shell pwd)
88
DM_OBJDIR ?= $(CURDIR)/build
99

hypervisor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR_VERSION=0
66
MINOR_VERSION=1
7-
RC_VERSION=3
7+
RC_VERSION=4
88

99
API_MAJOR_VERSION=1
1010
API_MINOR_VERSION=0

0 commit comments

Comments
 (0)