From 83087ff06ed02a04fb28192deedaccc79c052e7d Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 23 Dec 2021 20:13:12 +0100 Subject: [PATCH] Release v0.2.0 (finally) --- 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 5040760..0ece4b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(cmkr LANGUAGES CXX VERSION - 0.1.4 + 0.2.0 DESCRIPTION "CMakeLists generator from TOML" ) diff --git a/cmake.toml b/cmake.toml index 88abb69..b21be6c 100644 --- a/cmake.toml +++ b/cmake.toml @@ -4,7 +4,7 @@ cmkr-include = false [project] name = "cmkr" -version = "0.1.4" +version = "0.2.0" description = "CMakeLists generator from TOML" languages = ["CXX"] subdirs = ["third_party", "tests"] diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index 7704fe6..262cac3 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -9,7 +9,7 @@ endif() # 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 "archive_04bf40a5" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "v0.2.0" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) # Set these from the command line to customize for development/debugging purposes set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")