Set version to 0.28.0-b12

This commit is contained in:
Tom Ritchford
2015-03-02 16:50:01 -05:00
parent 02f7326b7e
commit 607e983f37
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Name: rippled
Version: 0.28.0-b11
Version: 0.28.0-b12
Release: 1%{?dist}
Summary: Ripple peer-to-peer network daemon

View File

@@ -17,3 +17,4 @@ Previous
* stream "rt_transactions" --> "transactions_proposed"
* subscribe "username" --> "url_username"
* subscribe "password" --> "url_password"
0.28.0-b12: Includes pulls 836, 887, 902, 903 and 904.

View File

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