]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 4.4.11
authorDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 19:15:25 +0000 (19:15 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 19:15:25 +0000 (19:15 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index f44b6e0ec5e127fcd916997d84c809c934024de4..f35e41625e3ad6900b00dc66aa63cff39ca879f9 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.10+";
+use constant BUGZILLA_VERSION => "4.4.11";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index dff2926243cf7e3d4d2582d58a217dadd87498af..f81421ab67fa50e04ddcf0e686bff754babbae40 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.10+">
-<!ENTITY bz-date "2015-09-10">
+<!ENTITY bz-ver "4.4.11">
+<!ENTITY bz-date "2015-12-22">
 <!ENTITY current-year "2015">
 
 <!ENTITY min-perl-ver "5.8.1">