Version 2.6.2-rc1

This commit is contained in:
Vladislav Vysokikh
2025-11-18 09:28:59 +00:00
parent 283bc3ea39
commit 9d6f821a99

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