File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ project(jsoncpp
6969 # 2. ./include/json/version.h
7070 # 3. ./CMakeLists.txt
7171 # IMPORTANT: also update the PROJECT_SOVERSION!!
72- VERSION 1.9.3 # <major>[.<minor>[.<patch>[.<tweak>]]]
72+ VERSION 1.9.4 # <major>[.<minor>[.<patch>[.<tweak>]]]
7373 LANGUAGES CXX)
7474
7575message (STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
Original file line number Diff line number Diff line change 99// 3. /CMakeLists.txt
1010// IMPORTANT: also update the SOVERSION!!
1111
12- #define JSONCPP_VERSION_STRING "1.9.3 "
12+ #define JSONCPP_VERSION_STRING "1.9.4 "
1313#define JSONCPP_VERSION_MAJOR 1
1414#define JSONCPP_VERSION_MINOR 9
1515#define JSONCPP_VERSION_PATCH 3
Original file line number Diff line number Diff line change 99 # 2. /include/json/version.h
1010 # 3. /CMakeLists.txt
1111 # IMPORTANT: also update the SOVERSION!!
12- version : ' 1.9.3 ' ,
12+ version : ' 1.9.4 ' ,
1313 default_options : [
1414 ' buildtype=release' ,
1515 ' cpp_std=c++11' ,
You can’t perform that action at this time.
0 commit comments