File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ project(jsoncpp
69
69
# 2. ./include/json/version.h
70
70
# 3. ./CMakeLists.txt
71
71
# IMPORTANT: also update the PROJECT_SOVERSION!!
72
- VERSION 1.9.3 # <major>[.<minor>[.<patch>[.<tweak>]]]
72
+ VERSION 1.9.4 # <major>[.<minor>[.<patch>[.<tweak>]]]
73
73
LANGUAGES CXX)
74
74
75
75
message(STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
Original file line number Diff line number Diff line change 9
9
// 3. /CMakeLists.txt
10
10
// IMPORTANT: also update the SOVERSION!!
11
11
12
- #define JSONCPP_VERSION_STRING "1.9.3 "
12
+ #define JSONCPP_VERSION_STRING "1.9.4 "
13
13
#define JSONCPP_VERSION_MAJOR 1
14
14
#define JSONCPP_VERSION_MINOR 9
15
15
#define JSONCPP_VERSION_PATCH 3
Original file line number Diff line number Diff line change 9
9
# 2. /include/json/version.h
10
10
# 3. /CMakeLists.txt
11
11
# IMPORTANT: also update the SOVERSION!!
12
- version : '1.9.3 ',
12
+ version : '1.9.4 ',
13
13
default_options : [
14
14
'buildtype=release',
15
15
'cpp_std=c++11',
You can’t perform that action at this time.
0 commit comments