]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version post-release
authorDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 20:00:12 +0000 (20:00 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 20:00:12 +0000 (20:00 +0000)
Bugzilla/Constants.pm

index 03286171f050c7b22e40c67c35273a3f97b1944a..314e8e38c480a1356edd13c2df179bc05e4b6549 100644 (file)
@@ -210,7 +210,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.1.1";
+use constant BUGZILLA_VERSION => "5.1.1+";
 
 # 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.