From b40ade5165250b5b9a5e95e75b2ee9eda63e8540 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 28 Sep 2015 17:30:42 -0700 Subject: [PATCH] Set version to 0.30.0-b1 --- Builds/rpm/rippled.spec | 4 ++-- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index 511577cf0b..ab7ae5b0dd 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,10 +1,10 @@ %define rippled_branch %(echo $RIPPLED_BRANCH) Name: rippled # Version must be limited to MAJOR.MINOR.PATCH -Version: 0.29.1 +Version: 0.30.0 # 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: rc1%{?dist} +Release: b1%{?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 3b4ae32024..1bc3d23931 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.29.1-rc1" + "0.30.0-b1" // // Must follow the format described here: //