Set version to 1.10.0-rc4

This commit is contained in:
Elliot Lee
2023-03-02 14:28:08 -08:00
parent ecd49e1535
commit 8687b5c3c9

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