From 69bc58c5f60bd97d2116b54e30830efcfade58c7 Mon Sep 17 00:00:00 2001 From: seelabs Date: Wed, 8 Mar 2017 14:47:03 -0500 Subject: [PATCH] Set version to 0.60.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 e81ea0de2..0275f16f6 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,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.60.0-rc1" + "0.60.0-rc2" #if defined(DEBUG) || defined(SANITIZER) "+"