From 7688a97d9571ad76c1d4a2e074fb60fd7f9cca97 Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Mon, 17 Oct 2016 15:32:08 -0400 Subject: [PATCH] Set version to 0.40.0-b8 --- 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 a73343d78..8bfad47b2 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-b7" + "0.40.0-b8" #if defined(DEBUG) || defined(SANITIZER) "+"