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.16.1 " )
13
+ set (CAFFE_TARGET_VERSION "0.16.2 " )
14
14
set (CAFFE_TARGET_SOVERSION "0.16" )
15
15
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
16
16
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
36
36
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
37
37
DYNAMIC_VERSION_MAJOR := 0
38
38
DYNAMIC_VERSION_MINOR := 16
39
- DYNAMIC_VERSION_REVISION := 1
39
+ DYNAMIC_VERSION_REVISION := 2
40
40
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
41
41
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR )
42
42
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT ) .$(DYNAMIC_VERSION_REVISION )
You can’t perform that action at this time.
0 commit comments