Set version to 0.30.1-b1

This commit is contained in:
Vinnie Falco
2015-10-06 13:09:25 -07:00
parent 9b80081122
commit 97feec6b5e
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RippleD", "RippleD.vcxproj", "{26B7D9AC-1A80-8EF8-6703-D061F1BECB75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF990ABA-EAE4-47AB-BF5E-0BCBB95CE325}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug.classic|x64 = debug.classic|x64

View File

@@ -1,10 +1,10 @@
%define rippled_branch %(echo $RIPPLED_BRANCH)
Name: rippled
# Version must be limited to MAJOR.MINOR.PATCH
Version: 0.30.0
Version: 0.30.1
# Release should include either the build or hotfix number (ex: hf1%{?dist} or b2%{?dist})
# If there is no b# or hf#, then use 1%{?dist}
Release: rc1%{?dist}
Release: b1%{?dist}
Summary: Ripple peer-to-peer network daemon
Group: Applications/Internet

View File

@@ -35,7 +35,7 @@ char const* getRawVersionString ()
//
// The build version number (edit this for each release)
//
"0.30.0-rc1"
"0.30.1-b1"
//
// Must follow the format described here:
//