From 323a6ecb70b2133e027e3d28038326be10e5c8bd Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Tue, 28 Dec 2021 13:13:48 +0000 Subject: [PATCH] v0.1.8 --- CMakeLists.txt | 2 +- changelog/{current.md => 0.1.8.md} | 0 tbump.toml | 2 +- test/test_install/CMakeLists.txt | 2 +- test/test_singleheader/CMakeLists.txt | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename changelog/{current.md => 0.1.8.md} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b8b5907..5bc4b094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(c4core DESCRIPTION "Multiplatform low-level C++ utilities" HOMEPAGE_URL "https://github.com/biojppm/c4core" LANGUAGES CXX) -c4_project(VERSION 0.1.7 +c4_project(VERSION 0.1.8 AUTHOR "Joao Paulo Magalhaes ") option(C4CORE_WITH_FASTFLOAT "use fastfloat to parse floats" ON) diff --git a/changelog/current.md b/changelog/0.1.8.md similarity index 100% rename from changelog/current.md rename to changelog/0.1.8.md diff --git a/tbump.toml b/tbump.toml index d2ac895c..4005b3f4 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "0.1.7" +current = "0.1.8" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/test/test_install/CMakeLists.txt b/test/test_install/CMakeLists.txt index 63a249e7..afacf2ac 100644 --- a/test/test_install/CMakeLists.txt +++ b/test/test_install/CMakeLists.txt @@ -4,7 +4,7 @@ project(c4core HOMEPAGE_URL "https://github.com/biojppm/c4core" LANGUAGES CXX) include(../../cmake/c4Project.cmake) -c4_project(VERSION 0.1.7 +c4_project(VERSION 0.1.8 AUTHOR "Joao Paulo Magalhaes ") if(C4CORE_TEST_INSTALL_PACKAGE_MODE) diff --git a/test/test_singleheader/CMakeLists.txt b/test/test_singleheader/CMakeLists.txt index af49bbd8..1c25fe21 100644 --- a/test/test_singleheader/CMakeLists.txt +++ b/test/test_singleheader/CMakeLists.txt @@ -4,7 +4,7 @@ project(c4core HOMEPAGE_URL "https://github.com/biojppm/c4core" LANGUAGES CXX) include(../../cmake/c4Project.cmake) -c4_project(VERSION 0.1.7 +c4_project(VERSION 0.1.8 AUTHOR "Joao Paulo Magalhaes ") # amalgamate c4core to get the single header