From 9a0e806f78300374e20070e2573755fbafdbfd03 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 28 Jul 2014 11:27:31 -0700 Subject: [PATCH] Set version to 0.26.1 --- Builds/rpm/rippled.spec | 2 +- src/ripple/module/data/protocol/BuildInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index e81e34d8c..2696feb26 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,5 +1,5 @@ Name: rippled -Version: 0.26.0 +Version: 0.26.1 Release: 1%{?dist} Summary: Ripple peer-to-peer network daemon diff --git a/src/ripple/module/data/protocol/BuildInfo.cpp b/src/ripple/module/data/protocol/BuildInfo.cpp index 95662b341..9f0dd10ee 100644 --- a/src/ripple/module/data/protocol/BuildInfo.cpp +++ b/src/ripple/module/data/protocol/BuildInfo.cpp @@ -31,7 +31,7 @@ char const* BuildInfo::getRawVersionString () // // The build version number (edit this for each release) // - "0.26.0" + "0.26.1" // // Must follow the format described here: //