From 4d7b1a3b61484d43b300ceb01a69c77fa0c0d4e8 Mon Sep 17 00:00:00 2001 From: seelabs Date: Wed, 7 Dec 2016 11:52:51 -0500 Subject: [PATCH] Set version to 0.40.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 62fee118946..cc2d2ac8333 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -34,7 +34,7 @@ char const* const versionString = // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ // - "0.40.0-rc2" + "0.40.0-rc3" #if defined(DEBUG) || defined(SANITIZER) "+"