diff --git a/Builds/VisualStudio2015/ripple.sln b/Builds/VisualStudio2015/ripple.sln index bafdabdbf0..fab7a05f47 100644 --- a/Builds/VisualStudio2015/ripple.sln +++ b/Builds/VisualStudio2015/ripple.sln @@ -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 diff --git a/Builds/rpm/rippled.spec b/Builds/rpm/rippled.spec index cd81db0275..20020afc72 100644 --- a/Builds/rpm/rippled.spec +++ b/Builds/rpm/rippled.spec @@ -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 diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index f95e7e02bd..d93acb85cc 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.30.0-rc1" + "0.30.1-b1" // // Must follow the format described here: //