From a92361894cfae16a5063f45b8befd1b1ff6bc610 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:38:21 +0000 Subject: [PATCH] chore: update CMake-configured files --- CMakeEssentialConfig.cmake | 2 +- CMakeEssentialConfigVersion.cmake | 6 +++--- CMakeLists.txt | 2 +- README.adoc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeEssentialConfig.cmake b/CMakeEssentialConfig.cmake index 8531492..5ebe88d 100644 --- a/CMakeEssentialConfig.cmake +++ b/CMakeEssentialConfig.cmake @@ -1,4 +1,4 @@ -set(CMakeEssential_VERSION 1.0.3.1) +set(CMakeEssential_VERSION 1.0.3.2) ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### diff --git a/CMakeEssentialConfigVersion.cmake b/CMakeEssentialConfigVersion.cmake index 77feffb..ebc45e9 100644 --- a/CMakeEssentialConfigVersion.cmake +++ b/CMakeEssentialConfigVersion.cmake @@ -9,19 +9,19 @@ # The variable CVF_VERSION must be set before calling configure_file(). -set(PACKAGE_VERSION "1.0.3.1") +set(PACKAGE_VERSION "1.0.3.2") if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) set(PACKAGE_VERSION_COMPATIBLE FALSE) else() - if("1.0.3.1" MATCHES "^([0-9]+)\\.") + if("1.0.3.2" MATCHES "^([0-9]+)\\.") set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") endif() else() - set(CVF_VERSION_MAJOR "1.0.3.1") + set(CVF_VERSION_MAJOR "1.0.3.2") endif() if(PACKAGE_FIND_VERSION_RANGE) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f715e9..f883e72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include("include/Policies.cmake") include("include/Project.cmake") # This project can be used via 'git subtree' or copy&paste, where git cannot provide the version number. -set(PROJECT_VERSION "1.0.3.1") +set(PROJECT_VERSION "1.0.3.2") project( CMakeEssential diff --git a/README.adoc b/README.adoc index 9bcc701..61ae575 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :author: Max FERGER // Metadata: :description: Essential CMake snippets for software development with modern CMake -:revnumber: 1.0.3.1 +:revnumber: 1.0.3.2 // References: :url-repo: https://github.com/UnePierre/cmake-essential :url-issues: {url-repo}/-/issues