Set version to 1.9.1

This commit is contained in:
manojsdoshi
2022-05-22 13:18:09 -07:00
parent 34786abd4f
commit e32bc674aa
2 changed files with 79 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.9.1-rc2"
char const* const versionString = "1.9.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)