Set version to 2.0.0

This commit is contained in:
Elliot Lee
2024-01-08 13:13:37 -08:00
parent 350d213ee8
commit 2b0313d60c
2 changed files with 197 additions and 2 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.0.0-rc7"
char const* const versionString = "2.0.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)