Set version to 2.6.0-rc3

This commit is contained in:
Ed Hennis
2025-08-22 17:32:31 -04:00
parent c57cd8b23e
commit c5fe970646

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