From: David Lawrence Date: Mon, 16 May 2016 18:43:56 +0000 (+0000) Subject: Bumped version to 5.0.3 X-Git-Tag: release-5.0.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=797fe81e3cc1280ca609aed8bc230fa2338a7560;p=thirdparty%2Fbugzilla.git Bumped version to 5.0.3 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 015a25572f..8b2eeac244 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.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.