From: David Lawrence Date: Thu, 10 Sep 2015 21:42:55 +0000 (-0400) Subject: Bumped version post-release X-Git-Tag: release-5.0.2~40 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=486c1e410167b3ba4552cc6a9d9e0783880381ce;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 89198251d6..e481236b8c 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.1"; +use constant BUGZILLA_VERSION => "5.0.1+"; # 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.