From 4e3dc0e820aa5bcf187ebe1b5d4471932845cc89 Mon Sep 17 00:00:00 2001 From: Manoj doshi Date: Tue, 10 Mar 2020 16:08:30 -0700 Subject: [PATCH] Set version to 1.5.0-rc2 --- 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 9b4fa8c74..d77902ef0 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -31,7 +31,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.5.0-rc1" +char const* const versionString = "1.5.0-rc2" #if defined(DEBUG) || defined(SANITIZER) "+"