Commit c4904b2 1 parent 54a5432 commit c4904b2 Copy full SHA for c4904b2
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 @@ -72,11 +72,11 @@ project(jsoncpp
72
72
# 2. ./include/json/version.h
73
73
# 3. ./CMakeLists.txt
74
74
# IMPORTANT: also update the PROJECT_SOVERSION!!
75
- VERSION 1.9.4 # <major>[.<minor>[.<patch>[.<tweak>]]]
75
+ VERSION 1.9.5 # <major>[.<minor>[.<patch>[.<tweak>]]]
76
76
LANGUAGES CXX)
77
77
78
78
message (STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
79
- set (PROJECT_SOVERSION 24 )
79
+ set (PROJECT_SOVERSION 25 )
80
80
81
81
include (${CMAKE_CURRENT_SOURCE_DIR} /include /PreventInSourceBuilds.cmake)
82
82
include (${CMAKE_CURRENT_SOURCE_DIR} /include /PreventInBuildInstalls.cmake)
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.4 "
12
+ #define JSONCPP_VERSION_STRING "1.9.5 "
13
13
#define JSONCPP_VERSION_MAJOR 1
14
14
#define JSONCPP_VERSION_MINOR 9
15
- #define JSONCPP_VERSION_PATCH 4
15
+ #define JSONCPP_VERSION_PATCH 5
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 @@ -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 : 24 ,
53
+ soversion : 25 ,
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