]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.2.4. bugzilla-3.2.4 release-3.2.4
authormkanat%bugzilla.org <>
Wed, 8 Jul 2009 13:58:27 +0000 (13:58 +0000)
committermkanat%bugzilla.org <>
Wed, 8 Jul 2009 13:58:27 +0000 (13:58 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 0af4c69e09a61b73fe325858c3b168e24f8d593e..386a220193d9982c63da89716cb5847c53497b1f 100644 (file)
@@ -158,7 +158,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.3+";
+use constant BUGZILLA_VERSION => "3.2.4";
 
 # 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 4b77c1067c1a0c758f9753a66eb03ae075057de9..3bff49c0fcea32d9da8eb76411bdf85d948c1088 100644 (file)
@@ -34,9 +34,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2.3">
+<!ENTITY bz-ver "3.2.4">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-03-30">
+<!ENTITY bz-date "2009-07-08">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">