Set version to 1.8.0-rc2

This commit is contained in:
seelabs
2021-11-18 14:39:03 -05:00
parent 970711f1fd
commit f0c237e001

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