File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ endif()
1010project (Caffe C CXX)
1111
1212# ---[ Caffe version
13- set (CAFFE_TARGET_VERSION "1.0.0-rc4 " CACHE STRING "Caffe logical version" )
14- set (CAFFE_TARGET_SOVERSION "1.0.0-rc4 " CACHE STRING "Caffe soname version" )
13+ set (CAFFE_TARGET_VERSION "1.0.0-rc5 " CACHE STRING "Caffe logical version" )
14+ set (CAFFE_TARGET_SOVERSION "1.0.0-rc5 " CACHE STRING "Caffe soname version" )
1515add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
1616
1717# ---[ Using cmake scripts and modules
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3434STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
3535DYNAMIC_VERSION_MAJOR := 1
3636DYNAMIC_VERSION_MINOR := 0
37- DYNAMIC_VERSION_REVISION := 0-rc4
37+ DYNAMIC_VERSION_REVISION := 0-rc5
3838DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
3939# DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
4040DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR ) .$(DYNAMIC_VERSION_REVISION )
You can’t perform that action at this time.
0 commit comments