File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ endif()
1515project (Caffe C CXX)
1616
1717# ---[ Caffe version
18- set (CAFFE_TARGET_VERSION "0.17.1 " )
18+ set (CAFFE_TARGET_VERSION "0.17.2 " )
1919set (CAFFE_TARGET_SOVERSION "0.17" )
2020add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
2121
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3636STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
3737DYNAMIC_VERSION_MAJOR := 0
3838DYNAMIC_VERSION_MINOR := 17
39- DYNAMIC_VERSION_REVISION := 1
39+ DYNAMIC_VERSION_REVISION := 2
4040DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
4141DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR )
4242DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT ) .$(DYNAMIC_VERSION_REVISION )
You can’t perform that action at this time.
0 commit comments