Set version to 3.1.3-rc1

This commit is contained in:
Ed Hennis
2026-04-22 23:35:28 -04:00
committed by Bart
parent 78f0175098
commit 450e6a099d

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