]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.4.12. bugzilla-3.4.12 release-3.4.12
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:10:04 +0000 (17:10 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 5 Aug 2011 00:10:04 +0000 (17:10 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=660531

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

index 74023b6efb46cc25c31782414d00600b8011e879..abe1d34d2b3932d1e173339a7d602c818282990b 100644 (file)
@@ -172,7 +172,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.4.11+";
+use constant BUGZILLA_VERSION => "3.4.12";
 
 # 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 4d79a3bbb858403f3d99936203b725305ca95685..17035e34a1652d83cda1012b35822f8d4e2a4af9 100644 (file)
@@ -33,9 +33,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.4.11">
+<!ENTITY bz-ver "3.4.12">
 <!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2011-04-27">
+<!ENTITY bz-date "2011-08-04">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">