Set version to 2.6.1-rc2

This commit is contained in:
Bronek Kozicki
2025-09-18 18:08:57 +01:00
parent 2ae65d2fdb
commit 62a0c89d84

View File

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