aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-16 18:46:54 +0000
committerDavid Lawrence <dkl@mozilla.com>2016-05-16 18:46:54 +0000
commit12ee110478572dccce219615008d46e215394873 (patch)
tree88e783f74c6a1e11c77f4ff079d8028615b80af1
parentBug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency grap... (diff)
downloadbugzilla-4.4.12.tar.gz
bugzilla-4.4.12.tar.bz2
bugzilla-4.4.12.zip
Bumped version to 4.4.12release-4.4.12bugzilla-4.4.12
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/bugzilla.ent.tmpl6
2 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 289eb02e7..c569531e4 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -182,7 +182,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.11+";
+use constant BUGZILLA_VERSION => "4.4.12";
# 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 3b19300d7..32cb011d8 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -1,6 +1,6 @@
-<!ENTITY bz-ver "4.4.11+">
-<!ENTITY bz-date "2015-12-22">
-<!ENTITY current-year "2015">
+<!ENTITY bz-ver "4.4.12">
+<!ENTITY bz-date "2016-05-16">
+<!ENTITY current-year "2016">
<!ENTITY min-perl-ver "5.8.1">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.4-branch/">