aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-07 00:30:27 -0400
committerDavid Lawrence <dkl@mozilla.com>2015-07-07 00:30:27 -0400
commit75703abc340d438c836a922827c8f18172e6e065 (patch)
tree36ed2c6d934a80096797f814b091fdef4b07b23a /Bugzilla
parentBumped version to 5.0 (diff)
downloadbugzilla-75703abc340d438c836a922827c8f18172e6e065.tar.gz
bugzilla-75703abc340d438c836a922827c8f18172e6e065.tar.bz2
bugzilla-75703abc340d438c836a922827c8f18172e6e065.zip
Bumped 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 837ed895d..32c68ecaf 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0";
+use constant BUGZILLA_VERSION => "5.0+";
# 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.