From: Dave Miller Date: Sat, 9 Sep 2023 05:17:27 +0000 (-0400) Subject: [no bug] Bump version number to 5.3.2+ to avoid confusion with 5.2 branch X-Git-Tag: bugzilla-5.3.3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93d0391272685aa249504dcc9d9c50e57fb4f666;p=thirdparty%2Fbugzilla.git [no bug] Bump version number to 5.3.2+ to avoid confusion with 5.2 branch --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7d0a4c7eb2..a6dedc969b 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -209,7 +209,9 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.1.2+"; +# 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+"; # 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.