Set version to 1.9.1-rc2

This commit is contained in:
manojsdoshi
2022-05-18 14:28:03 -07:00
parent d0a813a19d
commit 34786abd4f

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