Set version to 0.21.0.rc1

This commit is contained in:
Vinnie Falco
2014-01-23 23:31:26 -05:00
parent 8825d94636
commit 39235f5b91
2 changed files with 7 additions and 1 deletions

View File

@@ -1446,6 +1446,12 @@
<ClCompile Include="..\..\src\ripple_app\paths\PathRequests.cpp"> <ClCompile Include="..\..\src\ripple_app\paths\PathRequests.cpp">
<Filter>[2] Old Ripple\ripple_app\paths</Filter> <Filter>[2] Old Ripple\ripple_app\paths</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\src\ripple_app\ledger\OrderBookIterator.cpp">
<Filter>[2] Old Ripple\ripple_app\ledger</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple_app\ledger\DirectoryEntryIterator.cpp">
<Filter>[2] Old Ripple\ripple_app\ledger</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\src\ripple_basics\containers\KeyCache.h"> <ClInclude Include="..\..\src\ripple_basics\containers\KeyCache.h">

View File

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