Set version to 2.4.0-b3

This commit is contained in:
Ed Hennis
2025-01-29 19:19:26 -05:00
committed by Qi Zhao
parent b991d24070
commit 0613024aac

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