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

index a0cc4fb0c437d7879725192d396e73c149ff24f5..d89809896f10d30b419aed6e5c44d895d1aadd03 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.2";
+use constant BUGZILLA_VERSION => "5.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.