From 8687f64429c8172ffc3c20e5cab25c4564112ea5 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Fri, 26 Aug 2016 16:09:16 -0700 Subject: [PATCH] Set version to 0.33.0-b7 --- src/ripple/protocol/impl/BuildInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 33270d057..fd5df90d3 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -32,9 +32,9 @@ 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/ + // and follow the format described at http://semver.org/ // - "0.33.0-b6" + "0.33.0-b7" #if defined(DEBUG) || defined(SANITIZER) "+"