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

index ffdb6763e061505d5f7793b351288910e7591a28..5e416c513348b8911437a45dff116c3befb835f3 100644 (file)
@@ -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.