Set version to 2.4.0-rc2

This commit is contained in:
Michael Legleux
2025-02-20 09:23:27 -08:00
committed by Qi Zhao
parent c4d9635f22
commit 2751498cea

View File

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