Set version to 2.4.0

This commit is contained in:
Michael Legleux
2025-03-05 11:48:16 -08:00
parent 5bf3a308d5
commit 2216e5a13f
2 changed files with 103 additions and 1 deletions

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