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 @@ -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 := 0
36
36
DYNAMIC_VERSION_MINOR := 12
37
- DYNAMIC_VERSION_REVISION := 0
37
+ DYNAMIC_VERSION_REVISION := 1
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_SONAME_SHORT ) .$(DYNAMIC_VERSION_MINOR ) .$(DYNAMIC_VERSION_REVISION )
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ endfunction()
107
107
function (caffe_default_properties target )
108
108
set_target_properties (${target} PROPERTIES
109
109
OUTPUT_NAME caffe-nv
110
- SOVERSION 0.12.0
110
+ SOVERSION 0.12.1
111
111
DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX}
112
112
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /lib"
113
113
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /lib"
You can’t perform that action at this time.
0 commit comments