]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 3.4.13 bugzilla-3.4.13 release-3.4.13
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:02:39 +0000 (18:02 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:02:39 +0000 (18:02 -0500)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

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