Set version to 1.7.0-rc2

This commit is contained in:
manojsdoshi
2021-02-04 19:13:06 -08:00
parent d358495f02
commit 8defb4cd28

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.7.0-rc1"
char const* const versionString = "1.7.0-rc2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)