]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.9+ to reflect reality
authorDave Miller <justdave@mozilla.com>
Fri, 16 Dec 2022 09:17:50 +0000 (04:17 -0500)
committerDave Miller <justdave@mozilla.com>
Fri, 16 Dec 2022 09:17:50 +0000 (04:17 -0500)
Bugzilla/Constants.pm

index 44ffefbea99f91f82b0b02b7042f3b5265378fe7..22b2c4d880d126490b2b0131ba7a8c3dfbd292b3 100644 (file)
@@ -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;
 }