Set version to 2.4.0-b1

This commit is contained in:
Ed Hennis
2024-12-16 18:14:02 -05:00
parent 7506852a99
commit 49e0d54c76

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