Skip to content

Commit ff63d03

Browse files
committed
1.5.2 <- 1.5.1
* Fixed compile error for VS2013. * Added `operator[]` to Builders. Recalling previous minor versions for bug-fixes.
1 parent 2aa4557 commit ff63d03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/json/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#ifndef JSON_VERSION_H_INCLUDED
55
# define JSON_VERSION_H_INCLUDED
66

7-
# define JSONCPP_VERSION_STRING "1.5.1"
7+
# define JSONCPP_VERSION_STRING "1.5.2"
88
# define JSONCPP_VERSION_MAJOR 1
99
# define JSONCPP_VERSION_MINOR 5
10-
# define JSONCPP_VERSION_PATCH 1
10+
# define JSONCPP_VERSION_PATCH 2
1111
# define JSONCPP_VERSION_QUALIFIER
1212
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1313

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

0 commit comments

Comments
 (0)