Skip to content

Commit c730806

Browse files
committed
version: v0.1-rc3
Signed-off-by: Jack Ren <jack.ren@intel.com>
1 parent 8c2dbe1 commit c730806

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=2
6+
RC_VERSION=3
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=2
7+
RC_VERSION=3
88

99
API_MAJOR_VERSION=1
1010
API_MINOR_VERSION=0

0 commit comments

Comments
 (0)