Set version to 0.28.2-b7

This commit is contained in:
Nik Bougalis
2015-06-10 16:02:29 -07:00
parent 8c68eff460
commit 4225b78bf5
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -23,4 +23,4 @@ A list of rippled version numbers, and the Github pull requests they contain.
0.28.2-b4: Includes pulls 1060, 1069, 1071, 1072, 1075 and 1076. 0.28.2-b4: Includes pulls 1060, 1069, 1071, 1072, 1075 and 1076.
0.28.2-b5: Includes pulls 1073, 1074, 1081, 1083, 1084, 1087, 1089, 1090, 1091 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-b6: Includes pulls 1085, 1093, 1094, 1096, 1101, 1102, 1105
0.28.2-b7: Includes pulls 1077, 1080, 1086, 1095, 1098, 1106 and 1112.

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.28.2-b6" "0.28.2-b7"
// //
// Must follow the format described here: // Must follow the format described here:
// //