Skip to content

Commit 8a48ac2

Browse files
committed
Updated version to v0.0.2
1 parent ed05676 commit 8a48ac2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff 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

src.wsjcpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automaticly generated by [email protected]
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_VERSION="v0.0.1")
4+
add_definitions(-DWSJCPP_VERSION="v0.0.2")
55
add_definitions(-DWSJCPP_NAME="wsjcpp-geoip")
66

77
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

unit-tests.wsjcpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_VERSION="ut-v0.0.1")
5+
add_definitions(-DWSJCPP_VERSION="ut-v0.0.2")
66
add_definitions(-DWSJCPP_NAME="unit-tests-wsjcpp-geoip")
77

88
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
@@ -36,7 +36,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
3636
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h")
3737
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp")
3838

39-
# wsjcpp-geoip:v0.0.1
39+
# wsjcpp-geoip:v0.0.2
4040
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
4141
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.cpp")
4242
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.h")

wsjcpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wsjcpp_version: v0.0.1
22
cmake_minimum_required: 3.0
33
cmake_cxx_standard: 11
44
name: wsjcpp-geoip
5-
version: v0.0.1
5+
version: v0.0.2
66
description: C++. Call request to another services for get location coordinates by IP-address
77
issues: https://github.com/wsjcpp/wsjcpp-geoip/issues
88
keywords:

0 commit comments

Comments
 (0)