From 884dc113659cbe74c5d1d5d8de52cc279697f3a1 Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Fri, 18 Sep 2015 11:58:17 -0400 Subject: [PATCH] Set version to 0.29.1-b11 --- 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 d7d694f73a..1cd0705d88 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,5 +1,5 @@ Name: rippled -Version: 0.29.1-b10 +Version: 0.29.1-b11 Release: 1%{?dist} Summary: Ripple peer-to-peer network daemon diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1d677c8db5..03478bd82b 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -26,3 +26,4 @@ A list of rippled version numbers, and the Github pull requests they contain. 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. +0.29.1-b11: Includes pulls 1279, 1271, 1289, 1291, 1290, 1267, 1294, 1276, 1231, and 1286. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index e2065fac08..56030b42d3 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.29.1-b10" + "0.29.1-b11" // // Must follow the format described here: //