Merge branch 'master' (1.10.1) into develop

This commit is contained in:
Elliot Lee
2023-03-22 11:13:36 -07:00
10 changed files with 199 additions and 121 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 = "1.10.1-b1"
char const* const versionString = "1.10.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)