Set version to 0.26.0-rc1

This commit is contained in:
Vinnie Falco
2014-07-18 10:38:50 -07:00
parent 84c6622122
commit 1f26fbb5af
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Name: rippled Name: rippled
Version: 0.25.1 Version: 0.26.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Ripple peer-to-peer network daemon Summary: Ripple peer-to-peer network daemon

View File

@@ -31,7 +31,7 @@ char const* BuildInfo::getRawVersionString ()
// //
// The build version number (edit this for each release) // The build version number (edit this for each release)
// //
"0.25.1" "0.26.0-rc1"
// //
// Must follow the format described here: // Must follow the format described here:
// //