]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 4.4.8 bugzilla-4.4-stable bugzilla-4.4.8 release-4.4.8
authorDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 15:53:10 +0000 (15:53 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 15:53:10 +0000 (15:53 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

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