]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped versions post-release
authorDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 19:24:54 +0000 (14:24 -0500)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 19:24:54 +0000 (14:24 -0500)
Bugzilla/Constants.pm

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