Skip to content

Commit bfcfdef

Browse files
committed
Up version to v0.2.2
1 parent 722d321 commit bfcfdef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src.wsjcpp/CMakeLists.txt

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

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.2.1")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.2.2")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-arguments")
66

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

unit-tests.wsjcpp/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automaticly generated by [email protected].0
1+
# Automaticly generated by [email protected].2
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.2.1")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.2.2")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-arguments")
77

88
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
2727
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h")
2828
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests_main.cpp")
2929

30-
# wsjcpp-arguments:v0.2.1
30+
# wsjcpp-arguments:v0.2.2
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_arguments.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_arguments.h")

wsjcpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33
cmake_minimum_required: 3.0
44

55
name: wsjcpp-arguments
6-
version: v0.2.1
6+
version: v0.2.2
77
description: Helpful parser for parsing application arguments
88
issues: https://github.com/wsjcpp/wsjcpp-arguments/issues
99

0 commit comments

Comments
 (0)