Merge pull request #4824 from manojsdoshi/develop

Merging rc2 to develop
This commit is contained in:
Elliot Lee
2023-11-27 13:12:18 -08:00
committed by GitHub

View File

@@ -33,7 +33,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.0.0-b4" char const* const versionString = "2.0.0-rc2"
// clang-format on // clang-format on
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)