From: Dave Miller Date: Fri, 16 Dec 2022 09:17:50 +0000 (-0500) Subject: bump version to 5.9+ to reflect reality X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=388883f7caf5746cd8e48f9592fa0f77626d29a8;p=thirdparty%2Fbugzilla.git bump version to 5.9+ to reflect reality --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 44ffefbea..22b2c4d88 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -216,7 +216,7 @@ use Memoize; # BMO: we don't map exactly to a specific Bugzilla version, so override our # reported version with a parameter. sub BUGZILLA_VERSION { - my $bugzilla_version = '4.2'; + my $bugzilla_version = '5.9+'; eval { require Bugzilla } || return $bugzilla_version; eval { Bugzilla->VERSION } || $bugzilla_version; }