From 1b46e003c3e2c0bd177d90b1b507efe1a2b69b37 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Mon, 9 Mar 2015 17:49:39 -0400 Subject: [PATCH] Set version to 0.28.0-b13 --- 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 d8836dfdf3..31d9c05b4e 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,5 +1,5 @@ Name: rippled -Version: 0.28.0-b12 +Version: 0.28.0-b13 Release: 1%{?dist} Summary: Ripple peer-to-peer network daemon diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 4261ac2ebb..37ef9fd43a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -18,3 +18,4 @@ Previous * subscribe "username" --> "url_username" * subscribe "password" --> "url_password" 0.28.0-b12: Includes pulls 836, 887, 902, 903 and 904. +0.28.0-b13: Includes pulls 906, 912, 913, 914 and 915. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 93e520079f..f90e62d998 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.0-b12" + "0.28.0-b13" // // Must follow the format described here: //