summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-02-24 22:39:29 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-02-24 22:39:29 +0100
commit4098cc8be26a268bf561ff80f981a93c6959c678 (patch)
tree87940ec25918eb7505a3d7a495286867c72bf74c /Bugzilla/Constants.pm
parentbf7f26d66089402df37036d1e62a6d8711922da1 (diff)
parent11fef47a1847cdfc5671dfc41447e893ed0037a5 (diff)
downloadbugzilla-4098cc8be26a268bf561ff80f981a93c6959c678.tar.gz
bugzilla-4098cc8be26a268bf561ff80f981a93c6959c678.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index d50c8c83c..0f979c9f8 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2rc2+";
+use constant BUGZILLA_VERSION => "4.2+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';