Set version to 2.6.0-rc1

This commit is contained in:
Michael Legleux
2025-08-12 13:40:34 -07:00
parent c9d73b6135
commit da82e52613

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