]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.9.1+ post-release
authorDave Miller <justdave@bugzilla.org>
Fri, 6 Sep 2024 07:22:15 +0000 (03:22 -0400)
committerDave Miller <justdave@bugzilla.org>
Fri, 6 Sep 2024 07:22:15 +0000 (03:22 -0400)
Bugzilla/Constants.pm

index f1c183e2363cd76b15e294885b0094a82682b4d1..46512dec9a5d85cbc5e58cceb6bcf76826f3ef33 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 = '5.9.1';
+  my $bugzilla_version = '5.9.1+';
   eval { require Bugzilla }  || return $bugzilla_version;
   eval { Bugzilla->VERSION } || $bugzilla_version;
 }