From: Evan Shelhamer Date: Thu, 9 Feb 2017 01:13:53 +0000 (-0800) Subject: make: bump version to rc4 X-Git-Tag: submit/tizen/20180823.020014~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c201e177994e31df430cf01baa3105aa5c00699;p=platform%2Fupstream%2Fcaffeonacl.git make: bump version to rc4 --- diff --git a/Makefile b/Makefile index 65d08f7..1b73ae0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a DYNAMIC_VERSION_MAJOR := 1 DYNAMIC_VERSION_MINOR := 0 -DYNAMIC_VERSION_REVISION := 0-rc3 +DYNAMIC_VERSION_REVISION := 0-rc4 DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so #DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR) DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)