From bdaf5c94e64d7a674ebfe036eb55aa92f4722ed6 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Mon, 27 Dec 2021 11:48:58 +0100 Subject: [PATCH] Bump to 0.2.2 --- 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 a623458..91f5a5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(cmkr LANGUAGES CXX VERSION - 0.2.1 + 0.2.2 DESCRIPTION "CMakeLists generator from TOML" ) diff --git a/cmake.toml b/cmake.toml index a1871ec..91792ee 100644 --- a/cmake.toml +++ b/cmake.toml @@ -4,7 +4,7 @@ cmkr-include = false [project] name = "cmkr" -version = "0.2.1" +version = "0.2.2" description = "CMakeLists generator from TOML" languages = ["CXX"] subdirs = ["third_party", "tests"] diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index b23c79b..ef3f21c 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.1" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "v0.2.2" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) # To bootstrap/generate a cmkr project: cmake -P cmkr.cmake if(CMAKE_SCRIPT_MODE_FILE)