Set version to 1.10.1-rc1

This commit is contained in:
Elliot Lee
2023-03-21 11:14:20 -07:00
parent da18c86cbf
commit 383f1b6ab3

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