Set version to 1.9.2-rc1

This commit is contained in:
Nik Bougalis
2022-07-12 10:15:37 -07:00
parent 22b4de2e44
commit 83faf43140

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