Skip to content

Commit db610fd

Browse files
committed
Mark v0.14.0-rc.3
1 parent b000617 commit db610fd

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
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.7)
44
project(Caffe C CXX)
55

66
# ---[ Caffe version
7-
set(CAFFE_TARGET_VERSION "0.14.0-rc.2")
7+
set(CAFFE_TARGET_VERSION "0.14.0-rc.3")
88
set(CAFFE_TARGET_SOVERSION "0.14")
99
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
1010

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
4343
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
4444
DYNAMIC_VERSION_MAJOR := 0
4545
DYNAMIC_VERSION_MINOR := 14
46-
DYNAMIC_VERSION_REVISION := 0-rc.2
46+
DYNAMIC_VERSION_REVISION := 0-rc.3
4747
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
4848
DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR)
4949
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_REVISION)

0 commit comments

Comments
 (0)