]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 4.4.9 bugzilla-4.4.9 release-4.4.9
authorDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 16:00:49 +0000 (17:00 +0100)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 16:00:49 +0000 (17:00 +0100)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index da647120bf3cf2b02f330b76d7841c2a0a2e245c..179b765f253380f6bdb0b78f42299bf07fe08c32 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.8+";
+use constant BUGZILLA_VERSION => "4.4.9";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index a064de3637d213f7d11feca09994fb105df01f9d..20259c5be77c805cd832bf8a31c41a622151dee0 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.8+">
-<!ENTITY bz-date "2015-01-27">
+<!ENTITY bz-ver "4.4.9">
+<!ENTITY bz-date "2015-04-15">
 <!ENTITY current-year "2015">
 
 <!ENTITY min-perl-ver "5.8.1">