Revision f39d39b6

b/NEWS
1 1
News
2 2
====
3 3

  
4
Version 2.5.0 rc2
4
Version 2.5.0 rc3
5 5
-----------------
6 6

  
7
*(Released Tue, 18 Oct 2011)*
7
*(Released Wed, 26 Oct 2011)*
8 8

  
9 9
Incompatible/important changes and bugfixes
10 10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
129 129
- DRBD metadata volumes are overwritten with zeros during disk creation.
130 130

  
131 131

  
132
Version 2.5.0 rc2
133
-----------------
134

  
135
*(Released Tue, 18 Oct 2011)*
136

  
137
This was the second release candidate of the 2.5 series.
138

  
139

  
132 140
Version 2.5.0 rc1
133 141
-----------------
134 142

  
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [5])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~rc2])
5
m4_define([gnt_version_suffix], [~rc3])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],
8 8
                    gnt_version_major, gnt_version_minor,

Also available in: Unified diff