aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-27 17:39:41 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-01-27 17:39:41 +0000
commita25dd4dba7d278bd5d9a9f4ef1142b22559beafd (patch)
tree949c5cff73ea2086202947b3b5d29f8d29f879d5
parentBug 1124716: regression caused by bug 1090275 to whitelist webservice methods... (diff)
downloadbugzilla-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar.gz
bugzilla-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar.bz2
bugzilla-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.zip
Bump version to 5.0rc2release-5.0rc2bugzilla-5.0rc2
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index d9bcc2fc4..e9218b7d2 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0rc1+";
+use constant BUGZILLA_VERSION => "5.0rc2";
# A base link to the current REST Documentation. We place it here
# as it will need to be updated to whatever the current release is.