]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version post-release
authorDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 21:42:55 +0000 (17:42 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 21:42:55 +0000 (17:42 -0400)
Bugzilla/Constants.pm

index 89198251d6ed8934e4759ddd5f6f4f9903484fca..e481236b8c51411e6c756beaa06128ad32d8628a 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.1";
+use constant BUGZILLA_VERSION => "5.0.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.