File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Automaticly generated by [email protected] 22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.1.0 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.1 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-geoip" )
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.0 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.1 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-geoip" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -38,7 +38,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
3838list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h" )
3939list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp" )
4040
41- # wsjcpp-geoip:v0.1.0
41+ # wsjcpp-geoip:v0.1.1
4242list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
4343list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.cpp" )
4444list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.h" )
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-geoip
5- version : v0.1.0
5+ version : v0.1.1
66description : C++. Call request to another services for get location coordinates by IP-address
77issues : https://github.com/wsjcpp/wsjcpp-geoip/issues
88keywords :
You can’t perform that action at this time.
0 commit comments