Set version to 0.28.0-b20

This commit is contained in:
Nik Bougalis
2015-04-10 18:53:48 -07:00
parent 20f9971096
commit acf2833362
5 changed files with 8 additions and 2 deletions

View File

@@ -1095,6 +1095,8 @@
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\weak_fn.h">
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\win32_workaround.h">
</ClInclude>
<ClInclude Include="..\..\src\ed25519-donna\curve25519-donna-32bit.h">
</ClInclude>
<ClInclude Include="..\..\src\ed25519-donna\curve25519-donna-64bit.h">

View File

@@ -1770,6 +1770,9 @@
<ClInclude Include="..\..\src\beast\beast\weak_fn.h">
<Filter>beast</Filter>
</ClInclude>
<ClInclude Include="..\..\src\beast\beast\win32_workaround.h">
<Filter>beast</Filter>
</ClInclude>
<ClInclude Include="..\..\src\ed25519-donna\curve25519-donna-32bit.h">
<Filter>ed25519-donna</Filter>
</ClInclude>

View File

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

View File

@@ -8,3 +8,4 @@ A list of rippled version numbers, and the Github pull requests they contain.
0.28.0-b17: Includes pulls 927, 939, 940, 943, 944, 945 and 949.
0.28.0-b18: Includes pulls 930, 946, 947, 948, 951, 952, 953, 954, 955, 956, 959, 960 and 962.
0.29.0-b19: Includes pulls 967, 969 and 971.
0.29.0-b20: Includes pulls 935, 942, 957, 958, 963, 964, 965, 966, 968, 972, 973, 974 and 975.

View File

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