Set version to 1.10.0-rc1

This commit is contained in:
Elliot Lee
2022-11-28 14:12:16 -08:00
committed by GitHub
parent 518fb6d208
commit ffd453f7dd

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