This commit is contained in:
Joao Paulo Magalhaes
2025-04-10 20:49:39 +01:00
parent 636e3a6ee8
commit 7eb1f39d8c
8 changed files with 8 additions and 8 deletions

2
.github/reqs.sh vendored
View File

@@ -166,7 +166,7 @@ function c4_install_test_requirements_ubuntu_impl()
sudo pip3 install --force-reinstall importlib_metadata
sudo pip3 install --force-reinstall setuptools
sudo pip3 install setuptools-rust
sudo pip3 install --upgrade pip
sudo pip3 install --upgrade pip || echo "could not upgrade pip"
sudo pip3 install $PIP_PKG
fi
}

View File

@@ -6,7 +6,7 @@ project(c4core
include(./cmake/c4Project.cmake)
include(./compat.cmake)
c4_project(VERSION 0.2.5
c4_project(VERSION 0.2.6
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
option(C4CORE_INSTALL "create install target" ON)

1
changelog/0.2.6.md Normal file
View File

@@ -0,0 +1 @@
- [PR#150](https://github.com/biojppm/c4core/pull/149): fix configure with cmake 4.

View File

@@ -1 +0,0 @@
- [PR#150](https://github.com/biojppm/c4core/pull/149): fix configure with cmake 4.

View File

@@ -3,10 +3,10 @@
/** @file version.hpp */
#define C4CORE_VERSION "0.2.5"
#define C4CORE_VERSION "0.2.6"
#define C4CORE_VERSION_MAJOR 0
#define C4CORE_VERSION_MINOR 2
#define C4CORE_VERSION_PATCH 5
#define C4CORE_VERSION_PATCH 6
#include <c4/export.hpp>

View File

@@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"
[version]
current = "0.2.5"
current = "0.2.6"
# Example of a semver regexp.
# Make sure this matches current_version before

View File

@@ -4,7 +4,7 @@ project(c4core
HOMEPAGE_URL "https://github.com/biojppm/c4core"
LANGUAGES CXX)
include(../../cmake/c4Project.cmake)
c4_project(VERSION 0.2.5
c4_project(VERSION 0.2.6
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
if(C4CORE_TEST_INSTALL_PACKAGE_MODE)

View File

@@ -4,7 +4,7 @@ project(c4core
HOMEPAGE_URL "https://github.com/biojppm/c4core"
LANGUAGES CXX)
include(../../cmake/c4Project.cmake)
c4_project(VERSION 0.2.5
c4_project(VERSION 0.2.6
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
# amalgamate c4core to get the single header