Skip to content

Commit ee9c0bf

Browse files
committed
Updated version to v0.1.6
1 parent 903bab7 commit ee9c0bf

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automaticly generated by wsjcpp@v0.2.0
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.5")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.6")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-yaml")
66

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

unit-tests.wsjcpp/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
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_APP_VERSION="ut-v0.1.5")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.6")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-yaml")
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-yaml:v0.1.3
30+
# wsjcpp-yaml:v0.1.6
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.h")
@@ -51,8 +51,6 @@ list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_cursor.cpp")
5151
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_tag_names.cpp")
5252
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_cleanup.cpp")
5353
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_append_elements.cpp")
54-
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_read_wsjcpp_hold_yaml.cpp")
55-
5654

5755
include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.user-custom.txt)
5856

wsjcpp.yml

Lines changed: 1 addition & 4 deletions
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-yaml
5-
version: v0.1.5
5+
version: v0.1.6
66
description: Read/Write yaml files
77
issues: https://github.com/wsjcpp/wsjcpp-yaml/issues
88
repositories:
@@ -17,22 +17,19 @@ keywords:
1717
authors:
1818
- name: Evgenii Sopov
1919
email: mrseakg@gmail.com
20-
2120
dependencies:
2221
- name: "wsjcpp-core"
2322
version: "v0.2.1"
2423
url: "https://github.com/wsjcpp/wsjcpp-core:master"
2524
origin: "https://github.com/"
2625
installation-dir: "./src.wsjcpp/wsjcpp_core"
27-
2826
distribution:
2927
- source-file: src/wsjcpp_yaml.cpp
3028
target-file: wsjcpp_yaml.cpp
3129
type: "source-code"
3230
- source-file: src/wsjcpp_yaml.h
3331
target-file: wsjcpp_yaml.h
3432
type: "source-code"
35-
3633
unit-tests:
3734
cases:
3835
- name: LineParser

0 commit comments

Comments
 (0)