]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.2.7. bugzilla-3.2.7 release-3.2.7
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:46:39 +0000 (13:46 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 20:46:39 +0000 (13:46 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=559988

Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index b47b86b84b8186e81a68f673d0571ae4f5bb73e6..28680d8029f1a2a66fd0e40c3464e6aaf3f5f7e5 100644 (file)
@@ -158,7 +158,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.6+";
+use constant BUGZILLA_VERSION => "3.2.7";
 
 # 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 836f1cd1f17eeb5109e6cbc47f87e5786abf30ef..7eb06a51443d07eddbecb4913ccad6afea50b5e2 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2.6">
+<!ENTITY bz-ver "3.2.7">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2010-01-31">
+<!ENTITY bz-date "2010-06-24">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">