From 43a480f02dca3bc4740b13f202d1b1815a8f5415 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Tue, 13 Oct 2015 17:19:56 -0700 Subject: [PATCH] Set version to 0.30.1-b2 --- Builds/rpm/rippled.spec | 2 +- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index 20020afc7..7b91f600c 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -4,7 +4,7 @@ Name: rippled Version: 0.30.1 # Release should include either the build or hotfix number (ex: hf1%{?dist} or b2%{?dist}) # If there is no b# or hf#, then use 1%{?dist} -Release: b1%{?dist} +Release: b2%{?dist} Summary: Ripple peer-to-peer network daemon Group: Applications/Internet diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index d93acb85c..8cc437874 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -35,7 +35,7 @@ char const* getRawVersionString () // // The build version number (edit this for each release) // - "0.30.1-b1" + "0.30.1-b2" // // Must follow the format described here: //