summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-31 17:50:42 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-31 17:50:42 +0100
commitdc2a5d920b4bd24949ba224ef2d75af5b2bd14ea (patch)
treea999c6a5eaf104351a0683785d39a46f7204a5a6 /Bugzilla/Constants.pm
parent0b14241a7c307a2619cb67cee42086b30fa03795 (diff)
downloadbugzilla-dc2a5d920b4bd24949ba224ef2d75af5b2bd14ea.tar.gz
bugzilla-dc2a5d920b4bd24949ba224ef2d75af5b2bd14ea.tar.xz
Bumped to version 4.2rc2
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 e215f7979..84e96fd6a 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';