Set version to 3.0.0

This commit is contained in:
Ed Hennis
2025-12-09 12:11:16 -05:00
parent e19b2c55c2
commit 54ae491654

View File

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