diff --git a/devicemodel/Makefile b/devicemodel/Makefile index 6bd3ae57c..f302f6a42 100644 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -3,7 +3,7 @@ # MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=3 +RC_VERSION=4 BASEDIR := $(shell pwd) DM_OBJDIR ?= $(CURDIR)/build diff --git a/hypervisor/Makefile b/hypervisor/Makefile index ea4a6ae88..f8b4a6a0f 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -4,7 +4,7 @@ MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=3 +RC_VERSION=4 API_MAJOR_VERSION=1 API_MINOR_VERSION=0