From 138cadc01cf82f124f81f826943cbae328ece97d Mon Sep 17 00:00:00 2001 From: seelabs Date: Thu, 23 Jun 2016 18:29:27 -0400 Subject: [PATCH] Set version to 0.32.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 fa5ef5424..3f0deb667 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -35,7 +35,7 @@ char const* getRawVersionString () // // The build version number (edit this for each release) // - "0.32.0-rc1" + "0.32.0-rc2" // // Must follow the format described here: