Skip to content

Commit c979b56

Browse files
committed
Mark 0.16.2
1 parent fd77927 commit c979b56

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.16.1")
13+
set(CAFFE_TARGET_VERSION "0.16.2")
1414
set(CAFFE_TARGET_SOVERSION "0.16")
1515
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
1616

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3636
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3737
DYNAMIC_VERSION_MAJOR := 0
3838
DYNAMIC_VERSION_MINOR := 16
39-
DYNAMIC_VERSION_REVISION := 1
39+
DYNAMIC_VERSION_REVISION := 2
4040
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
4141
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR)
4242
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_REVISION)

0 commit comments

Comments
 (0)