From 2f0b3bd4271752f120bf4ad55506f3a40b30ad16 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Tue, 2 Aug 2016 14:42:50 -0700 Subject: [PATCH] Set version to 0.33.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 2c43da834..3fea464ba 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 here at http://semver.org/ // - "0.33.0-b1" + "0.33.0-b2" #if defined(DEBUG) || defined(SANITIZER) "+"