We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9059f5c commit 72db276Copy full SHA for 72db276
include/json/version.h
@@ -12,7 +12,7 @@
12
#define JSONCPP_VERSION_STRING "1.9.4"
13
#define JSONCPP_VERSION_MAJOR 1
14
#define JSONCPP_VERSION_MINOR 9
15
-#define JSONCPP_VERSION_PATCH 3
+#define JSONCPP_VERSION_PATCH 4
16
#define JSONCPP_VERSION_QUALIFIER
17
#define JSONCPP_VERSION_HEXA \
18
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
0 commit comments