Set version to 2.5.0-b1

This commit is contained in:
Michael Legleux
2025-05-18 20:39:18 +01:00
committed by JCW
parent 092c37f52e
commit a6f97ed7b3

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)