aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-11-13 15:22:20 -0500
committerDave Lawrence <dlawrence@mozilla.com>2012-11-13 15:22:20 -0500
commit69cc63ab9c13f1ff2844e06995e8a9700b0a0a0c (patch)
tree24bc85296bd15df6fa1f6e0972fd758a4a3edc32
parentBug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped correctly... (diff)
downloadbugzilla-4.4rc1.tar.gz
bugzilla-4.4rc1.tar.bz2
bugzilla-4.4rc1.zip
Bump version to 4.4rc1release-4.4rc1bugzilla-4.4rc1
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
-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 674421a17..4d827075c 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -182,7 +182,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.3+";
+use constant BUGZILLA_VERSION => "4.4rc1";
# 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 7057acbe7..00aa6cda1 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.3.3">
-<!ENTITY bz-date "2012-08-30">
+<!ENTITY bz-ver "4.4rc1">
+<!ENTITY bz-date "2012-11-13">
<!ENTITY current-year "2012">
<!ENTITY min-perl-ver "5.8.1">