]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.5.1
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 16 Oct 2013 21:46:58 +0000 (17:46 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 16 Oct 2013 21:46:58 +0000 (17:46 -0400)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 4580d56b78ba09bae9ebef551a5551b921b5f475..306fb677dd2e0b5fc3b186bf5d07037af70d9f6b 100644 (file)
@@ -190,7 +190,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.5";
+use constant BUGZILLA_VERSION => "4.5.1";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index e7f5c368cf0bfca35d84a74ac95959f0158d5a1e..c1076aed8940555cbb2c42322813820db1dbbba8 100644 (file)
@@ -1,6 +1,6 @@
-<!ENTITY bz-ver "4.5">
-<!ENTITY bz-date "2012-08-30">
-<!ENTITY current-year "2012">
+<!ENTITY bz-ver "4.5.1">
+<!ENTITY bz-date "2013-10-16">
+<!ENTITY current-year "2013">
 
 <!ENTITY min-perl-ver "5.10.1">
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">