Set version to 1.12.0-rc3

This commit is contained in:
Elliot Lee
2023-08-30 15:47:07 -07:00
parent 8ceb0f3a79
commit f31c50d04d

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