Set version to 2.5.0

This commit is contained in:
Michael Legleux
2025-06-17 10:38:07 -07:00
parent e2fa5c1b7c
commit 1e01cd34f7

View File

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