From: David Lawrence Date: Mon, 16 May 2016 20:01:30 +0000 (+0000) Subject: Bumped version post-release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0ba4520ba0458d1f2abf3ef71d2d459d2a0f75;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8b2eeac244..479212686e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.3"; +use constant BUGZILLA_VERSION => "5.0.3+"; # 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.