diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index 0315b9a0b9a..54c2069ee01 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -1,5 +1,5 @@ Name: rippled -Version: 0.26.3 +Version: 0.26.3-sp1 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 cef2beaf70a..07942efc4ed 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.3" + "0.26.3-sp1" // // Must follow the format described here: //