File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ project(jsoncpp
6363 # 3. ./CMakeLists.txt
6464 # 4. ./MODULE.bazel
6565 # IMPORTANT: also update the PROJECT_SOVERSION!!
66- VERSION 1.9.7 # <major>[.<minor>[.<patch>[.<tweak>]]]
66+ VERSION 1.9.7.1 # <major>[.<minor>[.<patch>[.<tweak>]]]
6767 LANGUAGES CXX )
6868
6969message (STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
Original file line number Diff line number Diff line change 99 # 3. /CMakeLists.txt
1010 # 4. /MODULE.bazel
1111 # IMPORTANT: also update the SOVERSION!!
12- version = "1.9.7" ,
12+ version = "1.9.7.1 " ,
1313 compatibility_level = 1 ,
1414)
1515
Original file line number Diff line number Diff line change 1010// 4. /MODULE.bazel
1111// IMPORTANT: also update the SOVERSION!!
1212
13- #define JSONCPP_VERSION_STRING "1.9.7"
13+ #define JSONCPP_VERSION_STRING "1.9.7.1 "
1414#define JSONCPP_VERSION_MAJOR 1
1515#define JSONCPP_VERSION_MINOR 9
1616#define JSONCPP_VERSION_PATCH 7
17- #define JSONCPP_VERSION_QUALIFIER
17+ #define JSONCPP_VERSION_QUALIFIER 1
1818#define JSONCPP_VERSION_HEXA \
1919 ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
2020 (JSONCPP_VERSION_PATCH << 8))
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project(
1010 # 3. /CMakeLists.txt
1111 # 4. /MODULE.bazel
1212 # IMPORTANT: also update the SOVERSION!!
13- version : ' 1.9.7' ,
13+ version : ' 1.9.7.1 ' ,
1414 default_options : [
1515 ' buildtype=release' ,
1616 ' cpp_std=c++11' ,
You can’t perform that action at this time.
0 commit comments