Skip to content

Commit c542b4d

Browse files
committed
Up version to 0.1.3
1 parent d1dd98d commit c542b4d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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 [email protected]
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.2")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.3")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-hashes")
66

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

unit-tests.wsjcpp/CMakeLists.txt

Lines changed: 2 additions & 2 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.2")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.3")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-hashes")
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-hashes:v0.1.2
30+
# wsjcpp-hashes:v0.1.3
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/md5.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/md5.h")

wsjcpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ cmake_cxx_standard: 11
33
cmake_minimum_required: 3.0
44

55
name: wsjcpp-hashes
6-
version: v0.1.2
6+
version: v0.1.3
77
description: Small Collection of hashes
88
issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
99

1010
repositories:
1111
- type: main
1212
url: "https://github.com/wsjcpp/wsjcpp-hashes"
13-
1413
keywords:
1514
- c++
1615
- wsjcpp

0 commit comments

Comments
 (0)