]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4.3 bugzilla-4.4.3 release-4.4.3
authorDavid Lawrence <dkl@mozilla.com>
Thu, 17 Apr 2014 17:10:38 +0000 (17:10 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 17 Apr 2014 17:11:20 +0000 (17:11 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 8b00ffe1f02422112fb652166f50be05433e9b7f..230691cc124a29e15b8d423761559e2e69539f92 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.2+";
+use constant BUGZILLA_VERSION => "4.4.3";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index e16b317a3e0b7da4ef7c38887a6ca81ece86057e..d2785d975c70e8ecbdf12524cfa95002ada56863 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.2+">
-<!ENTITY bz-date "2014-01-27">
+<!ENTITY bz-ver "4.4.3">
+<!ENTITY bz-date "2014-04-17">
 <!ENTITY current-year "2014">
 
 <!ENTITY min-perl-ver "5.8.1">