From: David Lawrence Date: Tue, 22 Dec 2015 19:16:45 +0000 (+0000) Subject: Bumped version to 5.0.2 X-Git-Tag: release-5.0.2~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1135904e40d387488fbc0e8c395e4f0e264914dc;p=thirdparty%2Fbugzilla.git Bumped version to 5.0.2 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e481236b8c..cd4419b66a 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.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.