Set version to 1.9.2

This commit is contained in:
manojsdoshi
2022-07-25 13:30:46 -07:00
parent 83faf43140
commit e5275b8577
2 changed files with 65 additions and 2 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.9.2-rc1"
char const* const versionString = "1.9.2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)