From 47a919faf0f13074afd0ae5b856f54d12e2b7cf8 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 9 Nov 2016 13:58:53 -0800 Subject: [PATCH] Set version to 0.40.0-b10 --- 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 c4f0ba1c7..bdc051e42 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-b9" + "0.40.0-b10" #if defined(DEBUG) || defined(SANITIZER) "+"