Skip to content

Commit 4256d48

Browse files
committed
Up version to v0.1.2
1 parent 2d2840b commit 4256d48

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Automaticly generated by wsjcpp@v0.1.6
1+
# Automaticly generated by wsjcpp@v0.2.1
22
cmake_minimum_required(VERSION 3.0)
33

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

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

unit-tests.wsjcpp/CMakeLists.txt

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automaticly generated by wsjcpp@v0.1.6
1+
# Automaticly generated by wsjcpp@v0.2.1
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.1")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.2")
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.1
30+
# wsjcpp-hashes:v0.1.2
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/md5.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/md5.h")
@@ -38,9 +38,7 @@ list (APPEND WSJCPP_SOURCES "../src/wsjcpp_hashes.h")
3838

3939
# unit-tests
4040
list (APPEND WSJCPP_INCLUDE_DIRS "src")
41-
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_md5.h")
4241
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_md5.cpp")
43-
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_sha1.h")
4442
list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_sha1.cpp")
4543

4644
include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.user-custom.txt)
@@ -52,11 +50,3 @@ add_executable ("unit-tests" ${WSJCPP_SOURCES})
5250

5351
target_link_libraries("unit-tests" -lpthread ${WSJCPP_LIBRARIES} )
5452

55-
install(
56-
TARGETS
57-
"unit-tests"
58-
RUNTIME DESTINATION
59-
/usr/bin
60-
)
61-
62-

unit-tests.wsjcpp/build_simple.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ ! -d tmp ]; then
4-
mkdir -p tmp
4+
mkdir -p tmp
55
fi
66

77
cd tmp

wsjcpp.yml

Lines changed: 1 addition & 1 deletion
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-hashes
6-
version: v0.1.1
6+
version: v0.1.2
77
description: Small Collection of hashes
88
issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
99

0 commit comments

Comments
 (0)