Skip to content

Commit 9059f5c

Browse files
authored
Roll version numbers for 1.9.4 release (#1223)
1 parent 45733df commit 9059f5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ project(jsoncpp
6969
# 2. ./include/json/version.h
7070
# 3. ./CMakeLists.txt
7171
# IMPORTANT: also update the PROJECT_SOVERSION!!
72-
VERSION 1.9.3 # <major>[.<minor>[.<patch>[.<tweak>]]]
72+
VERSION 1.9.4 # <major>[.<minor>[.<patch>[.<tweak>]]]
7373
LANGUAGES CXX)
7474

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

include/json/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 3. /CMakeLists.txt
1010
// IMPORTANT: also update the SOVERSION!!
1111

12-
#define JSONCPP_VERSION_STRING "1.9.3"
12+
#define JSONCPP_VERSION_STRING "1.9.4"
1313
#define JSONCPP_VERSION_MAJOR 1
1414
#define JSONCPP_VERSION_MINOR 9
1515
#define JSONCPP_VERSION_PATCH 3

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(
99
# 2. /include/json/version.h
1010
# 3. /CMakeLists.txt
1111
# IMPORTANT: also update the SOVERSION!!
12-
version : '1.9.3',
12+
version : '1.9.4',
1313
default_options : [
1414
'buildtype=release',
1515
'cpp_std=c++11',

0 commit comments

Comments
 (0)