From b54d672710227e494dd774c3ca3a4bc0a9976233 Mon Sep 17 00:00:00 2001 From: Carl Hua Date: Tue, 24 Mar 2020 14:42:36 -0500 Subject: [PATCH] Set version to 1.5.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 d77902ef0..5eea0db74 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-rc2" +char const* const versionString = "1.5.0-rc3" #if defined(DEBUG) || defined(SANITIZER) "+"