Merge branch 'develop' into bthomee/disable-cache

This commit is contained in:
Bart Thomee
2025-05-19 16:37:11 -04:00

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