version: v0.1-rc3

Signed-off-by: Jack Ren <jack.ren@intel.com>
This commit is contained in:
Jack Ren 2018-04-02 10:41:48 +08:00
parent 8c2dbe1ba4
commit c730806a36
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=1 MINOR_VERSION=1
RC_VERSION=2 RC_VERSION=3
BASEDIR := $(shell pwd) BASEDIR := $(shell pwd)
DM_OBJDIR ?= $(CURDIR)/build DM_OBJDIR ?= $(CURDIR)/build

View File

@ -4,7 +4,7 @@
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=1 MINOR_VERSION=1
RC_VERSION=2 RC_VERSION=3
API_MAJOR_VERSION=1 API_MAJOR_VERSION=1
API_MINOR_VERSION=0 API_MINOR_VERSION=0