Skip to content

Commit d3b5f95

Browse files
committed
Mark v0.13.0
1 parent 44cbd46 commit d3b5f95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ LIBRARY_NAME := $(PROJECT)$(LIBRARY_NAME_SUFFIX)
3333
LIB_BUILD_DIR := $(BUILD_DIR)/lib
3434
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3535
DYNAMIC_VERSION_MAJOR := 0
36-
DYNAMIC_VERSION_MINOR := 12
37-
DYNAMIC_VERSION_REVISION := 1
36+
DYNAMIC_VERSION_MINOR := 13
37+
DYNAMIC_VERSION_REVISION := 0
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.1
110+
SOVERSION 0.13.0
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)