Set version to 1.10.1

* Add release notes
This commit is contained in:
Elliot Lee
2023-03-22 09:27:56 -07:00
parent 383f1b6ab3
commit 4f506599f6
2 changed files with 46 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 = "1.10.1-rc1"
char const* const versionString = "1.10.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)