Skip to content

Commit fd6cf7a

Browse files
committed
Mark 0.17.3
1 parent 8f7a96d commit fd6cf7a

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
@@ -15,7 +15,7 @@ endif()
1515
project(Caffe C CXX)
1616

1717
# ---[ Caffe version
18-
set(CAFFE_TARGET_VERSION "0.17.2")
18+
set(CAFFE_TARGET_VERSION "0.17.3")
1919
set(CAFFE_TARGET_SOVERSION "0.17")
2020
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
2121

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 := 17
39-
DYNAMIC_VERSION_REVISION := 2
39+
DYNAMIC_VERSION_REVISION := 3
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)