From 87742a5e6c5093bfd4ddad88b858d722a91738cd Mon Sep 17 00:00:00 2001 From: seelabs Date: Tue, 11 Jul 2017 22:02:39 -0400 Subject: [PATCH] Set version to 0.80.0-b1 --- 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 afb50a59a3..120d3a037f 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,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.70.1" + "0.80.0-b1" #if defined(DEBUG) || defined(SANITIZER) "+"