From 4225b78bf569ad7e8f88f08d929595030c9b05f5 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 10 Jun 2015 16:02:29 -0700 Subject: [PATCH] Set version to 0.28.2-b7 --- Builds/rpm/rippled.spec | 2 +- doc/CHANGELOG | 2 +- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index 900dd820fe..827e921a32 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,5 +1,5 @@ Name: rippled -Version: 0.28.2-b6 +Version: 0.28.2-b7 Release: 1%{?dist} Summary: Ripple peer-to-peer network daemon diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 39e5af283f..fa75c892f6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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-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 diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 49b8178971..ca327f1db5 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-b6" + "0.28.2-b7" // // Must follow the format described here: //