Set version to 2.1.0

This commit is contained in:
seelabs
2024-02-16 16:42:08 -05:00
committed by Ed Hennis
parent e74cb35aa4
commit d7d15a922a
2 changed files with 146 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.1.0-rc1"
char const* const versionString = "2.1.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)