Skip to content

Commit e9543de

Browse files
committed
0.10.z (based on 1.6.z, but binary-compat w/ 0.6.0-rc2)
1 parent 1269f26 commit e9543de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENDMACRO(jsoncpp_parse_version)
6060
#SET( JSONCPP_VERSION_MAJOR X )
6161
#SET( JSONCPP_VERSION_MINOR Y )
6262
#SET( JSONCPP_VERSION_PATCH Z )
63-
SET( JSONCPP_VERSION 1.6.1 )
63+
SET( JSONCPP_VERSION 0.10.1 )
6464
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
6565
#IF(NOT JSONCPP_VERSION_FOUND)
6666
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")

include/json/version.h

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

7-
# define JSONCPP_VERSION_STRING "1.6.1"
8-
# define JSONCPP_VERSION_MAJOR 1
9-
# define JSONCPP_VERSION_MINOR 6
7+
# define JSONCPP_VERSION_STRING "0.10.1"
8+
# define JSONCPP_VERSION_MAJOR 0
9+
# define JSONCPP_VERSION_MINOR 10
1010
# define JSONCPP_VERSION_PATCH 1
1111
# define JSONCPP_VERSION_QUALIFIER
1212
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
0.10.1

0 commit comments

Comments
 (0)