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 11# Automaticly generated by wsjcpp@v0.2.0
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.1.3 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.5 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-yaml" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.3 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.5 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-yaml" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wsjcpp_version: v0.0.1
22cmake_minimum_required : 3.0
33cmake_cxx_standard : 11
44name : wsjcpp-yaml
5- version : v0.1.3
5+ version : v0.1.5
66description : Read/Write yaml files
77issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
88repositories :
You can’t perform that action at this time.
0 commit comments