From: Dave Miller Date: Fri, 6 Sep 2024 07:16:46 +0000 (-0400) Subject: bump version to 5.3.3+ post-release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=thirdparty%2Fbugzilla.git bump version to 5.3.3+ post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ffdb6763e..5e416c513 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -211,7 +211,7 @@ use File::Basename; # Bugzilla version # NOTE: 5.1.x and 5.3.x are the same lineage, due to 5.2 branching from # 5.0.6 instead of 5.1.x -use constant BUGZILLA_VERSION => "5.3.3"; +use constant BUGZILLA_VERSION => "5.3.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.