File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ include files:
99
1010 src.wsjcpp/wsjcpp_core/wsjcpp_core.h
1111 src.wsjcpp/wsjcpp_core/wsjcpp_core.cpp
12+ src.wsjcpp/wsjcpp_core/wsjcpp_validators.h
13+ src.wsjcpp/wsjcpp_core/wsjcpp_validators.cpp
1214 src/wsjcpp_geoip.cpp
1315 src/wsjcpp_geoip.h
1416
Original file line number Diff line number Diff line change 11# Automaticly generated by wsjcpp@v0.0.1
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_VERSION="v0.0.1 " )
4+ add_definitions (-DWSJCPP_VERSION="v0.0.2 " )
55add_definitions (-DWSJCPP_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_VERSION="ut-v0.0.1 " )
5+ add_definitions (-DWSJCPP_VERSION="ut-v0.0.2 " )
66add_definitions (-DWSJCPP_NAME="unit-tests-wsjcpp-geoip" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -36,7 +36,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
3636list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h" )
3737list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp" )
3838
39- # wsjcpp-geoip:v0.0.1
39+ # wsjcpp-geoip:v0.0.2
4040list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
4141list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.cpp" )
4242list (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.0.1
5+ version : v0.0.2
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