]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.2.9. bugzilla-3.2.9 release-3.2.9
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:39:44 +0000 (17:39 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 3 Nov 2010 00:39:44 +0000 (17:39 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=604255

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

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