Skip to content

Commit 2428889

Browse files
committed
1.6.3
1 parent 8970403 commit 2428889

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.2 )
66+
SET( JSONCPP_VERSION 1.6.3 )
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")

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.6.2"
7+
# define JSONCPP_VERSION_STRING "1.6.3"
88
# define JSONCPP_VERSION_MAJOR 1
99
# define JSONCPP_VERSION_MINOR 6
10-
# define JSONCPP_VERSION_PATCH 2
10+
# define JSONCPP_VERSION_PATCH 3
1111
# define JSONCPP_VERSION_QUALIFIER
1212
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1313

src/lib_json/version.h.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// DO NOT EDIT. This file is generated by CMake from "version"
2-
// and "version.h.in" files.
1+
// DO NOT EDIT. This file (and "version") is generated by CMake.
32
// Run CMake configure step to update it.
43
#ifndef JSON_VERSION_H_INCLUDED
54
# define JSON_VERSION_H_INCLUDED

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

0 commit comments

Comments
 (0)