File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project(c4core
66include (./cmake/c4Project.cmake )
77include (./compat.cmake )
88
9- c4_project (VERSION 0.2.3
9+ c4_project (VERSION 0.2.4
1010 AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>" )
1111
1212option (C4CORE_INSTALL "create install target" ON )
Original file line number Diff line number Diff line change 1+ - Add header ` c4/version.hpp ` :
2+ - ` c4::version() `
3+ - ` c4::version_major() `
4+ - ` c4::version_minor() `
5+ - ` c4::version_patch() `
6+ - Update fast_float to 8.0.0
Original file line number Diff line number Diff line change 1- - Add header ` c4/version.hpp ` :
2- - ` c4::version() `
3- - ` c4::version_major() `
4- - ` c4::version_minor() `
5- - ` c4::version_patch() `
6- - Update fast_float to 8.0.0
Original file line number Diff line number Diff line change 33
44/* * @file version.hpp */
55
6- #define C4CORE_VERSION " 0.2.3 "
6+ #define C4CORE_VERSION " 0.2.4 "
77#define C4CORE_VERSION_MAJOR 0
88#define C4CORE_VERSION_MINOR 2
9- #define C4CORE_VERSION_PATCH 3
9+ #define C4CORE_VERSION_PATCH 4
1010
1111#include < c4/export.hpp>
1212
Original file line number Diff line number Diff line change 22# github_url = "https://github.com/<user or organization>/<project>/"
33
44[version ]
5- current = " 0.2.3 "
5+ current = " 0.2.4 "
66
77# Example of a semver regexp.
88# Make sure this matches current_version before
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(c4core
44 HOMEPAGE_URL "https://github.com/biojppm/c4core"
55 LANGUAGES CXX )
66include (../../cmake/c4Project.cmake )
7- c4_project (VERSION 0.2.3
7+ c4_project (VERSION 0.2.4
88 AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>" )
99
1010if (C4CORE_TEST_INSTALL_PACKAGE_MODE)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(c4core
44 HOMEPAGE_URL "https://github.com/biojppm/c4core"
55 LANGUAGES CXX )
66include (../../cmake/c4Project.cmake )
7- c4_project (VERSION 0.2.3
7+ c4_project (VERSION 0.2.4
88 AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>" )
99
1010# amalgamate c4core to get the single header
You can’t perform that action at this time.
0 commit comments