diff --git a/devicemodel/Makefile b/devicemodel/Makefile index f99a046d7..ec4797fcf 100644 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -3,7 +3,7 @@ # MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=2 +RC_VERSION=3 BASEDIR := $(shell pwd) DM_OBJDIR ?= $(CURDIR)/build diff --git a/hypervisor/Makefile b/hypervisor/Makefile index 1cb02a5e3..4722fb410 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -4,7 +4,7 @@ MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=2 +RC_VERSION=3 API_MAJOR_VERSION=1 API_MINOR_VERSION=0