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 wsjcpp@v0.1.5
2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
- add_definitions (-DWSJCPP_APP_VERSION="v0.0.1 " )
4
+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.0 " )
5
5
add_definitions (-DWSJCPP_APP_NAME="wsjcpp-docker-api" )
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.0.1 " )
5
+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.0 " )
6
6
add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-docker-api" )
7
7
8
8
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -33,7 +33,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_resources_manager.
33
33
list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/nlohmann_json/" )
34
34
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/nlohmann_json/json.hpp" )
35
35
36
- # wsjcpp-docker-api:v0.0.1
36
+ # wsjcpp-docker-api:v0.1.0
37
37
list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
38
38
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_docker_api.h" )
39
39
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_docker_api.cpp" )
Original file line number Diff line number Diff line change 1
1
name : " wsjcpp-docker-api"
2
- version : " v0.0.1 "
2
+ version : " v0.1.0 "
3
3
cmake_minimum_required : " 3.0"
4
4
cmake_cxx_standard : " 11"
5
5
description : " Docker API wrapper"
You can’t perform that action at this time.
0 commit comments