summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-02-09 19:00:37 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-02-09 19:00:37 +0100
commit8c3ae9f0151bead35a3584cfb4c41605b7ff67f2 (patch)
treeba50cd55d003732a91cae7435ea7288021a58250 /Bugzilla/Constants.pm
parent31aa5389fb4d8b2a82227795909befe28bd2a219 (diff)
parent686f3c40af0d189f86af06cc2db3b5c4080164d6 (diff)
downloadbugzilla-8c3ae9f0151bead35a3584cfb4c41605b7ff67f2.tar.gz
bugzilla-8c3ae9f0151bead35a3584cfb4c41605b7ff67f2.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 5f5489aea..d50c8c83c 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2rc1+";
+use constant BUGZILLA_VERSION => "4.2rc2+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';