We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae71879 commit f9db82aCopy full SHA for f9db82a
include/json/version.h
@@ -4,10 +4,10 @@
4
#ifndef JSON_VERSION_H_INCLUDED
5
# define JSON_VERSION_H_INCLUDED
6
7
-# define JSONCPP_VERSION_STRING "1.4.3"
+# define JSONCPP_VERSION_STRING "1.4.4"
8
# define JSONCPP_VERSION_MAJOR 1
9
# define JSONCPP_VERSION_MINOR 4
10
-# define JSONCPP_VERSION_PATCH 3
+# define JSONCPP_VERSION_PATCH 4
11
# define JSONCPP_VERSION_QUALIFIER
12
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
version
@@ -1 +1 @@
1
-1.4.3
+1.4.4
0 commit comments