Set version to 0.30.0-b1

This commit is contained in:
Nik Bougalis
2015-09-28 17:30:42 -07:00
parent c475b23c7d
commit b40ade5165
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
%define rippled_branch %(echo $RIPPLED_BRANCH) %define rippled_branch %(echo $RIPPLED_BRANCH)
Name: rippled Name: rippled
# Version must be limited to MAJOR.MINOR.PATCH # 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}) # 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} # If there is no b# or hf#, then use 1%{?dist}
Release: rc1%{?dist} Release: b1%{?dist}
Summary: Ripple peer-to-peer network daemon Summary: Ripple peer-to-peer network daemon
Group: Applications/Internet Group: Applications/Internet

View File

@@ -35,7 +35,7 @@ char const* getRawVersionString ()
// //
// The build version number (edit this for each release) // The build version number (edit this for each release)
// //
"0.29.1-rc1" "0.30.0-b1"
// //
// Must follow the format described here: // Must follow the format described here:
// //