]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[no bug] Bump version number to 5.3.2+ to avoid confusion with 5.2 branch
authorDave Miller <github@justdave.net>
Sat, 9 Sep 2023 05:17:27 +0000 (01:17 -0400)
committerDave Miller <github@justdave.net>
Sat, 9 Sep 2023 05:17:27 +0000 (01:17 -0400)
Bugzilla/Constants.pm

index 7d0a4c7eb2d599a59268990f5ba3df1ef803527a..a6dedc969beab1b74f9619927ade6dcdc7693d89 100644 (file)
@@ -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.