Skip to content

Commit 7474178

Browse files
baylesjgithub-actions[bot]
authored andcommitted
chore: bump version to 1.9.7.1
1 parent 3f84606 commit 7474178

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6969
message(STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
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

include/json/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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))

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)