]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4.4 bugzilla-4.4.4 release-4.4.4
authorDavid Lawrence <dkl@mozilla.com>
Fri, 18 Apr 2014 22:13:17 +0000 (22:13 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 18 Apr 2014 22:13:17 +0000 (22:13 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 9b5f38a462f2e900c193e80968918927eea8fb98..33d4a56e2fefeaf4dfe492b1232fdad72ec3f6d6 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.3+";
+use constant BUGZILLA_VERSION => "4.4.4";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index e202566336a8f3c342108c7cdaa0e5ecc24b6b7b..15cd47500e299b6b8b2908012d2446b6fb7f6584 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.3+">
-<!ENTITY bz-date "2014-04-17">
+<!ENTITY bz-ver "4.4.4">
+<!ENTITY bz-date "2014-04-18">
 <!ENTITY current-year "2014">
 
 <!ENTITY min-perl-ver "5.8.1">