We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734702b commit 9c201e1Copy full SHA for 9c201e1
Makefile
@@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
34
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
35
DYNAMIC_VERSION_MAJOR := 1
36
DYNAMIC_VERSION_MINOR := 0
37
-DYNAMIC_VERSION_REVISION := 0-rc3
+DYNAMIC_VERSION_REVISION := 0-rc4
38
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
39
#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
40
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)
0 commit comments