Set version to 1.7.0-rc1

This commit is contained in:
manojsdoshi
2021-01-29 12:01:48 -08:00
parent 68286df23d
commit 80bd107e57

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