Set version to 1.12.0

This commit is contained in:
Manoj Doshi
2023-09-06 13:09:04 -07:00
parent 9d4d8c22d9
commit 89780c8e4f
2 changed files with 130 additions and 1 deletions

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