Set version to 3.1.1-rc1

This commit is contained in:
Valentin Balaschenko
2026-02-20 20:05:36 +00:00
committed by Ed Hennis
parent a6d1e2cc7c
commit 61481ff61d

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