From 98f878cf10a32e26021b6a6ed44990bccbbc92c2 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 1 Oct 2016 12:12:34 -0400 Subject: [PATCH] Set version to 0.33.0-hf1 --- 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 deef073ec..95308bf76 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.33.0" + "0.33.0-hf1" #if defined(DEBUG) || defined(SANITIZER) "+"