Set version to 2.5.0-b1

This commit is contained in:
Michael Legleux
2025-05-18 20:39:18 +01:00
parent 380ba9f1c1
commit 09690f1b38

View File

@@ -36,7 +36,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.4.0"
char const* const versionString = "2.5.0-b1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)