]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.2.8. bugzilla-3.2.8 release-3.2.8
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:15:37 +0000 (18:15 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:15:37 +0000 (18:15 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=580206

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

index 1c35b46632772e95a3f586fdd9d5426f87e64569..5d3deb96e39d0cd5b68e98f0a10aea6606bcc3d7 100644 (file)
@@ -160,7 +160,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.7+";
+use constant BUGZILLA_VERSION => "3.2.8";
 
 # 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 7eb06a51443d07eddbecb4913ccad6afea50b5e2..f96f517e405f46621daceb9620ddcd6d4e4ea4f2 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.2.7">
+<!ENTITY bz-ver "3.2.8">
 <!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2010-06-24">
+<!ENTITY bz-date "2010-08-05">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">