aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-04-17 17:10:38 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-04-17 17:11:20 +0000
commitfc3bcda75a19dd381af0f9d54d98645a332bccbf (patch)
tree4c14e19f7a9fe08b5d27dcb22337d2c5171d928e
parentBug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla text (diff)
downloadbugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.tar.gz
bugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.tar.bz2
bugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.zip
Bump version to 4.4.3release-4.4.3bugzilla-4.4.3
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/bugzilla.ent.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 8b00ffe1f..230691cc1 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -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';
diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl
index e16b317a3..d2785d975 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -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">