aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-27 20:13:01 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-01-27 20:13:01 +0000
commitb100a8d0670efa649c9940d50d35f09b94e4a73b (patch)
tree5e82ed539320e8e474e4351a59943ad98e09a14e /Bugzilla/Constants.pm
parenta25dd4dba7d278bd5d9a9f4ef1142b22559beafd (diff)
downloadbugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar
bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.gz
bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.bz2
bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.tar.xz
bugs-b100a8d0670efa649c9940d50d35f09b94e4a73b.zip
Bump version post-release
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 e9218b7d2..b04d2bdaa 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0rc2";
+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.