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

index 91e0117ad92f866d8fd8463fea36a1db42d2875d..9f4364338c74048c96bf9f05dc7b1326ab279920 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4+";
+use constant BUGZILLA_VERSION => "4.4.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 f4049692fa86ba27b2e922cbec69f9db444ea84f..0b8a0ca1b7051967acce3aee4473b5cdd3027062 100644 (file)
@@ -1,7 +1,7 @@
-<!ENTITY bz-ver "4.4">
-<!ENTITY bz-date "2013-05-22">
+<!ENTITY bz-ver "4.4.1">
+<!ENTITY bz-date "2013-10-16">
 <!ENTITY current-year "2013">
 
 <!ENTITY min-perl-ver "5.8.1">
-<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
+<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.4-branch/">
 <!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">