]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.2.5. bugzilla-3.2.5 release-3.2.5
authormkanat%bugzilla.org <>
Fri, 11 Sep 2009 17:08:12 +0000 (17:08 +0000)
committermkanat%bugzilla.org <>
Fri, 11 Sep 2009 17:08:12 +0000 (17:08 +0000)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 0f1ecf1fbe76cd2e709fc4f4829c06508c5caf3d..465f9c4893bdb168bc5ada3aed17e919cea18025 100644 (file)
@@ -158,7 +158,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.4+";
+use constant BUGZILLA_VERSION => "3.2.5";
 
 # 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 6b3b1dbf9b741bee9989699ac01224ab4f72144f..7495c6072d246d0027fdadb4b11ba4ffb03f5fb2 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2.4">
+<!ENTITY bz-ver "3.2.5">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-07-08">
+<!ENTITY bz-date "2009-09-11">
 <!ENTITY current-year "2009">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">