From 25474343a98922ee5b44019f45657e381080954d Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Wed, 11 May 2022 18:20:53 -0700 Subject: [PATCH] Set version to 1.9.1-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 fc32e65c4c..e3cda0ae1f 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.1-b1" +char const* const versionString = "1.9.1-rc1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)