File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ endif()
10
10
project (Caffe C CXX)
11
11
12
12
# ---[ Caffe version
13
- set (CAFFE_TARGET_VERSION "0.15.2 " )
13
+ set (CAFFE_TARGET_VERSION "0.15.3 " )
14
14
set (CAFFE_TARGET_SOVERSION "0.15" )
15
15
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
16
16
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
38
38
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
39
39
DYNAMIC_VERSION_MAJOR := 0
40
40
DYNAMIC_VERSION_MINOR := 15
41
- DYNAMIC_VERSION_REVISION := 2
41
+ DYNAMIC_VERSION_REVISION := 3
42
42
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
43
43
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR )
44
44
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT ) .$(DYNAMIC_VERSION_REVISION )
You can’t perform that action at this time.
0 commit comments