File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Automaticly generated by [email protected]
2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
- add_definitions (-DWSJCPP_APP_VERSION="v0.1.0 " )
4
+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.1 " )
5
5
add_definitions (-DWSJCPP_APP_NAME="wsjcpp-geoip" )
6
6
7
7
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
4
project (unit-tests C CXX)
5
- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.0 " )
5
+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.1 " )
6
6
add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-geoip" )
7
7
8
8
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -38,7 +38,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
38
38
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h" )
39
39
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp" )
40
40
41
- # wsjcpp-geoip:v0.1.0
41
+ # wsjcpp-geoip:v0.1.1
42
42
list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
43
43
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.cpp" )
44
44
list (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
2
2
cmake_minimum_required : 3.0
3
3
cmake_cxx_standard : 11
4
4
name : wsjcpp-geoip
5
- version : v0.1.0
5
+ version : v0.1.1
6
6
description : C++. Call request to another services for get location coordinates by IP-address
7
7
issues : https://github.com/wsjcpp/wsjcpp-geoip/issues
8
8
keywords :
You can’t perform that action at this time.
0 commit comments