From f2b524385afa2f517175d046ae56c874d42fa606 Mon Sep 17 00:00:00 2001 From: Jack Ren Date: Thu, 31 May 2018 07:30:24 +0800 Subject: [PATCH] version: v0.1-rc5 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 78bd1e53a..62aee508d 100644 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -3,7 +3,7 @@ # MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=4 +RC_VERSION=5 BASEDIR := $(shell pwd) DM_OBJDIR ?= $(CURDIR)/build diff --git a/hypervisor/Makefile b/hypervisor/Makefile index 540d50bba..238a6c7de 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -4,7 +4,7 @@ MAJOR_VERSION=0 MINOR_VERSION=1 -RC_VERSION=4 +RC_VERSION=5 API_MAJOR_VERSION=1 API_MINOR_VERSION=0