Skip to content

Commit 61851d2

Browse files
committed
Bump to 0.2.5
1 parent c0d6650 commit 61851d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmkr-include = false
44

55
[project]
66
name = "cmkr"
7-
version = "0.2.4"
7+
version = "0.2.5"
88
description = "CMakeLists generator from TOML"
99
languages = ["CXX"]
1010
subdirs = ["third_party", "tests"]

cmake/cmkr.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include_guard()
22

33
# Change these defaults to point to your infrastructure if desired
44
set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE)
5-
set(CMKR_TAG "v0.2.4" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
5+
set(CMKR_TAG "v0.2.5" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
66

77
# To bootstrap/generate a cmkr project: cmake -P cmkr.cmake
88
if(CMAKE_SCRIPT_MODE_FILE)

0 commit comments

Comments
 (0)