From ef23d7256294dca1d24c9fef4362f400ace3f6dc Mon Sep 17 00:00:00 2001 From: Brad Chase Date: Thu, 29 Dec 2016 13:53:06 -0500 Subject: [PATCH] Set version to 0.50.0-b2 --- 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 d5a5a8095..e1158e179 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.50.0-b1" + "0.50.0-b2" #if defined(DEBUG) || defined(SANITIZER) "+"