Set version to 2.2.0-rc1

This commit is contained in:
Ed Hennis
2024-04-26 10:56:09 -04:00
parent 3f7ce939c8
commit 02ec8b7962

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.2.0-b3"
char const* const versionString = "2.2.0-rc1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)