Change version string to 0.0.0 ahead of build numbers from GHActions

This commit is contained in:
Richard Holland
2023-01-31 10:44:19 +00:00
parent d9fba022a6
commit 516c4e9fed

View File

@@ -33,8 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/ // and follow the format described at http://semver.org/
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// clang-format off // clang-format off
char const* const versionString = "1.10.0-rc1" char const* const versionString = "0.0.0"
"-hooks"
// clang-format on // clang-format on
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)