Set version to 3.1.0-rc1

This commit is contained in:
Bart
2025-12-17 18:38:32 -05:00
committed by Ed Hennis
parent 919ded6694
commit 3c485299cc

View File

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