From: Dave Miller Date: Tue, 3 Sep 2024 16:00:51 +0000 (-0400) Subject: bump version to 5.3.3 for release X-Git-Tag: bugzilla-5.3.3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5962db70c10b6e9d8d9350283710eda84619c0c;p=thirdparty%2Fbugzilla.git bump version to 5.3.3 for release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 4d9679c78..ffdb6763e 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.2+"; +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.