Set version to 0.30.1-b2

This commit is contained in:
Nik Bougalis
2015-10-13 17:19:56 -07:00
parent 9154cbf8e1
commit 43a480f02d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Name: rippled
Version: 0.30.1 Version: 0.30.1
# 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: b1%{?dist} Release: b2%{?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.30.1-b1" "0.30.1-b2"
// //
// Must follow the format described here: // Must follow the format described here:
// //