We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1441ef commit 4997dfbCopy full SHA for 4997dfb
.gitignore
@@ -10,4 +10,4 @@
10
/libs/
11
/doc/doxyfile
12
/dist/
13
-/include/json/version.h
+#/include/json/version.h
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.1.0"
+# define JSONCPP_VERSION_STRING "1.1.1"
8
# define JSONCPP_VERSION_MAJOR 1
9
# define JSONCPP_VERSION_MINOR 1
-# define JSONCPP_VERSION_PATCH 0
+# define JSONCPP_VERSION_PATCH 1
# define JSONCPP_VERSION_QUALIFIER
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
version
@@ -1 +1 @@
1
-1.1.0
+1.1.1
0 commit comments