]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 4.4.10 bugzilla-4.4.10 release-4.4.10
authorDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 17:44:09 +0000 (13:44 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 17:44:09 +0000 (13:44 -0400)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 115f2cd593bcbe22f6d003f72f3fd5a5245e2674..64356c00c93c3a80e072ee8ec95343312571b626 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.9+";
+use constant BUGZILLA_VERSION => "4.4.10";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 7f2b29dbaa2ad41fdab510248048d037e7f6024b..cb37c0ead2fbb143fb7b2b25deaeb876e9639977 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.9+">
-<!ENTITY bz-date "2015-04-15">
+<!ENTITY bz-ver "4.4.10">
+<!ENTITY bz-date "2015-09-10">
 <!ENTITY current-year "2015">
 
 <!ENTITY min-perl-ver "5.8.1">