Set version to 1.9.1-rc1

This commit is contained in:
manojsdoshi
2022-05-11 18:20:53 -07:00
parent 670bc22cfa
commit 25474343a9

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