File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ project(JSONCPP
70
70
# 2. /include/json/version.h
71
71
# 3. /CMakeLists.txt
72
72
# IMPORTANT: also update the SOVERSION!!
73
- VERSION 1.9.2 # <major>[.<minor>[.<patch>[.<tweak>]]]
73
+ VERSION 1.9.3 # <major>[.<minor>[.<patch>[.<tweak>]]]
74
74
LANGUAGES CXX)
75
75
76
76
message (STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR} .${JSONCPP_VERSION_MINOR} .${JSONCPP_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.2 "
12
+ #define JSONCPP_VERSION_STRING "1.9.3 "
13
13
#define JSONCPP_VERSION_MAJOR 1
14
14
#define JSONCPP_VERSION_MINOR 9
15
- #define JSONCPP_VERSION_PATCH 2
15
+ #define JSONCPP_VERSION_PATCH 3
16
16
#define JSONCPP_VERSION_QUALIFIER
17
17
#define JSONCPP_VERSION_HEXA \
18
18
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
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.2 ' ,
12
+ version : ' 1.9.3 ' ,
13
13
default_options : [
14
14
' buildtype=release' ,
15
15
' cpp_std=c++11' ,
@@ -50,7 +50,7 @@ jsoncpp_lib = library(
50
50
' src/lib_json/json_value.cpp' ,
51
51
' src/lib_json/json_writer.cpp' ,
52
52
]),
53
- soversion : 22 ,
53
+ soversion : 23 ,
54
54
install : true ,
55
55
include_directories : jsoncpp_include_directories,
56
56
cpp_args : dll_export_flag)
You can’t perform that action at this time.
0 commit comments