]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4.5
authorDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 17:02:01 +0000 (17:02 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 17:02:01 +0000 (17:02 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 8cf6fd034afb8246c227dbc21ba2bbfada8c5b1b..59149fa850e0315288dbaa8fae4e86b53cf28af5 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.4+";
+use constant BUGZILLA_VERSION => "4.4.5";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 64089bfc7565eba4d96ff34dc725c429b9798d9f..7e302e28da574761bf81b46066839d0e4c77105f 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.4+">
-<!ENTITY bz-date "2014-04-18">
+<!ENTITY bz-ver "4.4.5">
+<!ENTITY bz-date "2014-07-24">
 <!ENTITY current-year "2014">
 
 <!ENTITY min-perl-ver "5.8.1">