Skip to content

Commit 4e36e90

Browse files
committed
Mark 0.15.3
1 parent 92e5c6d commit 4e36e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010
project(Caffe C CXX)
1111

1212
# ---[ Caffe version
13-
set(CAFFE_TARGET_VERSION "0.15.2")
13+
set(CAFFE_TARGET_VERSION "0.15.3")
1414
set(CAFFE_TARGET_SOVERSION "0.15")
1515
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
1616

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3838
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3939
DYNAMIC_VERSION_MAJOR := 0
4040
DYNAMIC_VERSION_MINOR := 15
41-
DYNAMIC_VERSION_REVISION := 2
41+
DYNAMIC_VERSION_REVISION := 3
4242
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
4343
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR)
4444
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_REVISION)

0 commit comments

Comments
 (0)