Set version to 2.4.0-b2

This commit is contained in:
Ed Hennis
2025-01-16 16:25:55 -05:00
parent 839d17e7bd
commit ebd8e63276

View File

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