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 @@ -15,7 +15,7 @@ endif()
15
15
project (Caffe C CXX)
16
16
17
17
# ---[ Caffe version
18
- set (CAFFE_TARGET_VERSION "0.17.2 " )
18
+ set (CAFFE_TARGET_VERSION "0.17.3 " )
19
19
set (CAFFE_TARGET_SOVERSION "0.17" )
20
20
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
21
21
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 := 17
39
- DYNAMIC_VERSION_REVISION := 2
39
+ DYNAMIC_VERSION_REVISION := 3
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