File tree 4 files changed +5
-6
lines changed 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ENDMACRO(jsoncpp_parse_version)
63
63
#SET( JSONCPP_VERSION_MAJOR X )
64
64
#SET( JSONCPP_VERSION_MINOR Y )
65
65
#SET( JSONCPP_VERSION_PATCH Z )
66
- SET ( JSONCPP_VERSION 1.6.2 )
66
+ SET ( JSONCPP_VERSION 1.6.3 )
67
67
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
68
68
#IF(NOT JSONCPP_VERSION_FOUND)
69
69
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")
Original file line number Diff line number Diff line change 4
4
#ifndef JSON_VERSION_H_INCLUDED
5
5
# define JSON_VERSION_H_INCLUDED
6
6
7
- # define JSONCPP_VERSION_STRING "1.6.2 "
7
+ # define JSONCPP_VERSION_STRING "1.6.3 "
8
8
# define JSONCPP_VERSION_MAJOR 1
9
9
# define JSONCPP_VERSION_MINOR 6
10
- # define JSONCPP_VERSION_PATCH 2
10
+ # define JSONCPP_VERSION_PATCH 3
11
11
# define JSONCPP_VERSION_QUALIFIER
12
12
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
13
Original file line number Diff line number Diff line change 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.
3
2
// Run CMake configure step to update it.
4
3
#ifndef JSON_VERSION_H_INCLUDED
5
4
# define JSON_VERSION_H_INCLUDED
Original file line number Diff line number Diff line change 1
- 1.6.2
1
+ 1.6.3
You can’t perform that action at this time.
0 commit comments