From aa11effdd6eec8457bfea849cbf0b3f429c0cd77 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Sat, 1 Oct 2016 10:51:41 -0700 Subject: [PATCH] Set version to 0.40.0-b7 --- 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 871e92a7b..a73343d78 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 at http://semver.org/ // - "0.40.0-b6" + "0.40.0-b7" #if defined(DEBUG) || defined(SANITIZER) "+"