From: David Lawrence Date: Tue, 22 Dec 2015 21:51:31 +0000 (+0000) Subject: Bumped version post-release X-Git-Tag: release-5.0.3~41 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8b7f773ec551ed76f61b6193f2aaedb53f93e90;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index cd4419b66a..b91e007a43 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.2"; +use constant BUGZILLA_VERSION => "5.0.2+"; # 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.