Set version to 0.28.2-b8

This commit is contained in:
Nik Bougalis
2015-06-12 19:23:44 -07:00
parent 189592938a
commit abd05a6378
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -24,3 +24,4 @@ A list of rippled version numbers, and the Github pull requests they contain.
0.28.2-b5: Includes pulls 1073, 1074, 1081, 1083, 1084, 1087, 1089, 1090, 1091
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.

View File

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