Skip to content

Commit

Permalink
Mark v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Jul 18, 2015
1 parent 15ec15d commit a4a4cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
DYNAMIC_VERSION_MAJOR := 0
DYNAMIC_VERSION_MINOR := 12
DYNAMIC_VERSION_REVISION := 1
DYNAMIC_VERSION_REVISION := 2
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ endfunction()
function(caffe_default_properties target)
set_target_properties(${target} PROPERTIES
OUTPUT_NAME caffe-nv
SOVERSION 0.12.1
SOVERSION 0.12.2
DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX}
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
Expand Down

0 comments on commit a4a4cf9

Please sign in to comment.