]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.4.11. bugzilla-3.4.11 release-3.4.11
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:16:46 +0000 (19:16 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:16:46 +0000 (19:16 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=652474

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

index 6bd68b44bdd75cdb3fd0cf940c8ad1a360c23201..00cd9b95e29d8c3754eca75afbd9ebad425f2d4f 100644 (file)
@@ -172,7 +172,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.4.10+";
+use constant BUGZILLA_VERSION => "3.4.11";
 
 # 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 1e0364a26461bdb5bb2e6bb4d5e68b42d46c215c..4d79a3bbb858403f3d99936203b725305ca95685 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.4.10">
+<!ENTITY bz-ver "3.4.11">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2011-01-24">
+<!ENTITY bz-date "2011-04-27">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">