File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.7)
4
4
project (Caffe C CXX)
5
5
6
6
# ---[ Caffe version
7
- set (CAFFE_TARGET_VERSION "0.14.0-rc.2 " )
7
+ set (CAFFE_TARGET_VERSION "0.14.0-rc.3 " )
8
8
set (CAFFE_TARGET_SOVERSION "0.14" )
9
9
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
10
10
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
43
43
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
44
44
DYNAMIC_VERSION_MAJOR := 0
45
45
DYNAMIC_VERSION_MINOR := 14
46
- DYNAMIC_VERSION_REVISION := 0-rc.2
46
+ DYNAMIC_VERSION_REVISION := 0-rc.3
47
47
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
48
48
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR )
49
49
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT ) .$(DYNAMIC_VERSION_REVISION )
You can’t perform that action at this time.
0 commit comments