Skip to content

Commit

Permalink
Mark 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drnikolaev committed Jan 1, 2018
1 parent 89572e1 commit 52ccc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()
project(Caffe C CXX)

# ---[ Caffe version
set(CAFFE_TARGET_VERSION "0.16.4")
set(CAFFE_TARGET_VERSION "0.16.5")
set(CAFFE_TARGET_SOVERSION "0.16")
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
DYNAMIC_VERSION_MAJOR := 0
DYNAMIC_VERSION_MINOR := 16
DYNAMIC_VERSION_REVISION := 4
DYNAMIC_VERSION_REVISION := 5
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR)
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_REVISION)
Expand Down

0 comments on commit 52ccc5c

Please sign in to comment.