Set version to 1.11.0

* Add release notes
This commit is contained in:
Elliot Lee
2023-06-20 11:40:11 -07:00
parent beb0904a32
commit 264280edd7
2 changed files with 125 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.11.0-rc3"
char const* const versionString = "1.11.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)