From f3db18b981763e7f444869550f9866765a5f4609 Mon Sep 17 00:00:00 2001 From: Jack Ren Date: Fri, 13 Apr 2018 17:28:26 +0800 Subject: [PATCH] version: v0.1-rc4 Signed-off-by: Jack Ren --- devicemodel/Makefile | 2 +- hypervisor/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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