Set version to 1.9.0-rc1

This commit is contained in:
manojsdoshi
2022-04-06 16:35:30 -07:00
parent c66be3e6cf
commit cdd37a2a05

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