Set version to 0.28.2-b9

This commit is contained in:
Nik Bougalis
2015-06-15 17:30:34 -07:00
parent fbc1768784
commit fdd2ea8feb
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Name: rippled
Version: 0.28.2-b8
Version: 0.28.2-b9
Release: 1%{?dist}
Summary: Ripple peer-to-peer network daemon

View File

@@ -25,3 +25,4 @@ A list of rippled version numbers, and the Github pull requests they contain.
0.28.2-b6: Includes pulls 1085, 1093, 1094, 1096, 1101, 1102, 1105
0.28.2-b7: Includes pulls 1077, 1080, 1086, 1095, 1098, 1106 and 1112.
0.28.2-b8: Includes pulls 1078, 1100, 1108, 1114, 1118, 1119 and 1121.
0.28.2-b9: Includes pulls 1053, 1109, 1111, 1117, 1122 and 1123.

View File

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