Set version to 2.3.1-rc1

This commit is contained in:
Valentin Balaschenko
2025-01-27 21:00:53 +00:00
committed by Ed Hennis
parent b14c24960b
commit f3e201f983

View File

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