Set version to 2.3.0-rc2

This commit is contained in:
Ed Hennis
2024-11-12 18:40:22 -05:00
parent 8186253707
commit 838978b869

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