Version 3.0.0-rc1

This commit is contained in:
Bronek Kozicki
2025-10-27 15:55:48 +00:00
parent 4135d56aa0
commit 112cb1986e

View File

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