Skip to content

Commit d84702c

Browse files
committed
1.6.5
1 parent 949babd commit d84702c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENDMACRO(jsoncpp_parse_version)
6363
#SET( JSONCPP_VERSION_MAJOR X )
6464
#SET( JSONCPP_VERSION_MINOR Y )
6565
#SET( JSONCPP_VERSION_PATCH Z )
66-
SET( JSONCPP_VERSION 1.6.4 )
66+
SET( JSONCPP_VERSION 1.6.5 )
6767
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
6868
#IF(NOT JSONCPP_VERSION_FOUND)
6969
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")

Diff for: include/json/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#ifndef JSON_VERSION_H_INCLUDED
44
# define JSON_VERSION_H_INCLUDED
55

6-
# define JSONCPP_VERSION_STRING "1.6.4"
6+
# define JSONCPP_VERSION_STRING "1.6.5"
77
# define JSONCPP_VERSION_MAJOR 1
88
# define JSONCPP_VERSION_MINOR 6
9-
# define JSONCPP_VERSION_PATCH 4
9+
# define JSONCPP_VERSION_PATCH 5
1010
# define JSONCPP_VERSION_QUALIFIER
1111
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1212

Diff for: version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.4
1+
1.6.5

0 commit comments

Comments
 (0)