Skip to content

Commit e779c67

Browse files
committed
Mark v0.12.1
1 parent 73d2820 commit e779c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3434
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3535
DYNAMIC_VERSION_MAJOR := 0
3636
DYNAMIC_VERSION_MINOR := 12
37-
DYNAMIC_VERSION_REVISION := 0
37+
DYNAMIC_VERSION_REVISION := 1
3838
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
3939
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
4040
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)

cmake/Targets.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endfunction()
107107
function(caffe_default_properties target)
108108
set_target_properties(${target} PROPERTIES
109109
OUTPUT_NAME caffe-nv
110-
SOVERSION 0.12.0
110+
SOVERSION 0.12.1
111111
DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX}
112112
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
113113
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"

0 commit comments

Comments
 (0)