Set version to 1.12.0-rc4

This commit is contained in:
Elliot Lee
2023-09-01 15:53:10 -07:00
parent b014b79d88
commit 9d4d8c22d9

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-rc3"
char const* const versionString = "1.12.0-rc4"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)