Skip to content

Commit 72db276

Browse files
mathstufcdunn2001
authored andcommitted
version.h: fix the version number in the header
Fixes: #1224
1 parent 9059f5c commit 72db276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/json/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define JSONCPP_VERSION_STRING "1.9.4"
1313
#define JSONCPP_VERSION_MAJOR 1
1414
#define JSONCPP_VERSION_MINOR 9
15-
#define JSONCPP_VERSION_PATCH 3
15+
#define JSONCPP_VERSION_PATCH 4
1616
#define JSONCPP_VERSION_QUALIFIER
1717
#define JSONCPP_VERSION_HEXA \
1818
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \

0 commit comments

Comments
 (0)