Set version to 1.12.0-rc1

This commit is contained in:
Manoj Doshi
2023-08-21 16:22:59 -07:00
parent 3574956e5e
commit 300b7e078a

View File

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