This repository was archived by the owner on Aug 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ endif()
10
10
project (Caffe C CXX)
11
11
12
12
# ---[ Caffe version
13
- set (CAFFE_TARGET_VERSION "1.1.2 " CACHE STRING "Caffe logical version" )
14
- set (CAFFE_TARGET_SOVERSION "1.1.2 " CACHE STRING "Caffe soname version" )
13
+ set (CAFFE_TARGET_VERSION "1.1.3 " CACHE STRING "Caffe logical version" )
14
+ set (CAFFE_TARGET_SOVERSION "1.1.3 " CACHE STRING "Caffe soname version" )
15
15
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
16
16
17
17
# ---[ Using cmake scripts and modules
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
102
102
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
103
103
DYNAMIC_VERSION_MAJOR := 1
104
104
DYNAMIC_VERSION_MINOR := 1
105
- DYNAMIC_VERSION_REVISION := 2
105
+ DYNAMIC_VERSION_REVISION := 3
106
106
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
107
107
# DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
108
108
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR ) .$(DYNAMIC_VERSION_REVISION )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ docker run -ti caffe:cpu caffe --version
17
17
```
18
18
which should show a message like:
19
19
```
20
- caffe version 1.1.2
20
+ caffe version 1.1.3
21
21
```
22
22
23
23
One can also build and run the Caffe tests in the image using:
You can’t perform that action at this time.
0 commit comments