From fdd2ea8feb4e585faa08622a4c1d5bfd1bdea8c5 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 15 Jun 2015 17:30:34 -0700 Subject: [PATCH] Set version to 0.28.2-b9 --- Builds/rpm/rippled.spec | 2 +- doc/CHANGELOG | 1 + src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index cf9acd93cc..898cef5d5a 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -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 diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 365743fca0..1d677c8db5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index aa6f3bfe48..9344f4104b 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-b8" + "0.28.2-b9" // // Must follow the format described here: //