From a499df84b104f55a62fe10b74576d5d3d78d0ffc Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Tue, 28 Feb 2023 17:11:55 +0100 Subject: [PATCH] Bump to 0.2.19 --- CMakeLists.txt | 2 +- cmake.toml | 2 +- cmake/cmkr.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa8f046..c3a8661 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ project(cmkr LANGUAGES CXX VERSION - 0.2.18 + 0.2.19 DESCRIPTION "CMakeLists generator from TOML" ) diff --git a/cmake.toml b/cmake.toml index 1aa8f8d..47ae087 100644 --- a/cmake.toml +++ b/cmake.toml @@ -4,7 +4,7 @@ cmkr-include = false [project] name = "cmkr" -version = "0.2.18" +version = "0.2.19" description = "CMakeLists generator from TOML" languages = ["CXX"] include-after = [ diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index 924f797..a608a9d 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -2,7 +2,7 @@ include_guard() # Change these defaults to point to your infrastructure if desired set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE) -set(CMKR_TAG "v0.2.18" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "v0.2.19" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) set(CMKR_COMMIT_HASH "" CACHE STRING "cmkr git commit hash (optional)" FORCE) # To bootstrap/generate a cmkr project: cmake -P cmkr.cmake