From abd05a6378fe808fd182ed0d408cb2729d181c17 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Fri, 12 Jun 2015 19:23:44 -0700 Subject: [PATCH] Set version to 0.28.2-b8 --- Builds/rpm/rippled.spec | 2 +- doc/CHANGELOG | 3 ++- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index 827e921a32..cf9acd93cc 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -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 diff --git a/doc/CHANGELOG b/doc/CHANGELOG index fa75c892f6..365743fca0 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -23,4 +23,5 @@ 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-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. \ No newline at end of file +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. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index ca327f1db5..aa6f3bfe48 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -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: //