From 231a5ae6fb84ca856b5f50f66a86a8bf552ee765 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 21 Sep 2016 11:02:54 -0700 Subject: [PATCH] Set version to 0.40.0-b4 --- 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 c4338e67fc..c00a6087d3 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-b3" + "0.40.0-b4" #if defined(DEBUG) || defined(SANITIZER) "+"