From 209fe8f7a92a74b173f2b23ae263c4885fc5b16d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 7 Feb 2017 17:14:35 -0500 Subject: [PATCH] Set version to 0.60.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 57a5ad27dc..e91810944f 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.60.0-b3" + "0.60.0-b4" #if defined(DEBUG) || defined(SANITIZER) "+"