Set version to 2.5.0-rc1 (#5472)

This commit is contained in:
Michael Legleux
2025-06-04 10:55:23 -07:00
committed by GitHub
parent a5e953b191
commit 11edaa441d

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.5.0-b1"
char const* const versionString = "2.5.0-rc1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)