]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.2rc2. bugzilla-3.2rc2 release-3.2rc2
authormkanat%bugzilla.org <>
Fri, 7 Nov 2008 08:46:32 +0000 (08:46 +0000)
committermkanat%bugzilla.org <>
Fri, 7 Nov 2008 08:46:32 +0000 (08:46 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 0aa8d74cab29f2650a60dc3b39414e42af3fa1ae..825f8bc326cb588c01d1bda6cebe820a892a6198 100644 (file)
@@ -157,7 +157,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2rc1+";
+use constant BUGZILLA_VERSION => "3.2rc2";
 
 # These are unique values that are unlikely to match a string or a number,
 # to be used in criteria for match() functions and other things. They start
index d6dc14243b07e6121692cc8a7aa5b0691eeba9cd..6169b28acff28fedcf9ad93481875e0db315634a 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2rc1">
+<!ENTITY bz-ver "3.2rc2">
 <!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2008-08-12">
+<!ENTITY bz-date "2008-11-06">
 <!ENTITY current-year "2008">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">