From 8f2480225becb91a7ab6336340ff0e9c877d5d85 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Thu, 17 Nov 2016 21:40:40 -0800 Subject: [PATCH] Set version to 0.40.0-b11 --- 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 bdc051e42..a5631017e 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-b10" + "0.40.0-b11" #if defined(DEBUG) || defined(SANITIZER) "+"