From cdd37a2a057bd380af35f55f9350e31940ef00da Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Wed, 6 Apr 2022 16:35:30 -0700 Subject: [PATCH] Set version to 1.9.0-rc1 --- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index a52ea6020..f87a727b6 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ namespace BuildInfo { // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ // clang-format off -char const* const versionString = "1.9.0-b3" +char const* const versionString = "1.9.0-rc1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)