aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-21 22:29:17 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-01-21 22:29:17 +0000
commit9347aa9a9b73efce323c95bb60cba64cb0ade0b8 (patch)
tree29f2474209d6dc2d066964208e586cab52989914 /Bugzilla
parent4dba533a45505f96e182d470360e60286b293974 (diff)
downloadbugs-9347aa9a9b73efce323c95bb60cba64cb0ade0b8.tar
bugs-9347aa9a9b73efce323c95bb60cba64cb0ade0b8.tar.gz
bugs-9347aa9a9b73efce323c95bb60cba64cb0ade0b8.tar.bz2
bugs-9347aa9a9b73efce323c95bb60cba64cb0ade0b8.tar.xz
bugs-9347aa9a9b73efce323c95bb60cba64cb0ade0b8.zip
Bump version post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 599ae7457..d9bcc2fc4 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.0rc1+";
# 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.