File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ endif()
10
10
project (Caffe C CXX)
11
11
12
12
# ---[ Caffe 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" )
13
+ set (CAFFE_TARGET_VERSION "1.0.0" CACHE STRING "Caffe logical version" )
14
+ set (CAFFE_TARGET_SOVERSION "1.0.0" CACHE STRING "Caffe soname version" )
15
15
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
16
16
17
17
# ---[ 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
34
34
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
35
35
DYNAMIC_VERSION_MAJOR := 1
36
36
DYNAMIC_VERSION_MINOR := 0
37
- DYNAMIC_VERSION_REVISION := 0-rc5
37
+ DYNAMIC_VERSION_REVISION := 0
38
38
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
39
39
# DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
40
40
DYNAMIC_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