From 7b0367730cf11b05395f24b537247d7341ea106a Mon Sep 17 00:00:00 2001 From: wilsonianb Date: Tue, 21 Aug 2018 13:56:28 -0500 Subject: [PATCH] Set version to 1.1.0-rc3 --- 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 372a65e015..3df4198b98 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.1.0-rc2" +char const* const versionString = "1.1.0-rc3" #if defined(DEBUG) || defined(SANITIZER) "+"