From 1fe983948fee4e0e398e76432ced6954eb073161 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 25 May 2016 15:08:52 -0400 Subject: [PATCH] Set version to 0.32.0-b15 --- 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 f1cd824c0..c45ce37c9 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-b14" + "0.32.0-b15" // // Must follow the format described here: