Set version to 2.5.0-rc2

This commit is contained in:
Michael Legleux
2025-06-11 17:10:45 -07:00
parent ea17abb92a
commit faa8030e72

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