From: David Lawrence Date: Tue, 7 Jul 2015 04:30:27 +0000 (-0400) Subject: Bumped version post-release X-Git-Tag: release-5.0.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75703abc340d438c836a922827c8f18172e6e065;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 837ed895dd..32c68ecaf7 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.