]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version post-release
authorDavid Lawrence <dkl@mozilla.com>
Tue, 7 Jul 2015 04:30:27 +0000 (00:30 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 7 Jul 2015 04:30:27 +0000 (00:30 -0400)
Bugzilla/Constants.pm

index 837ed895ddf2128e3fdfa78dbe6c40e9f96b0537..32c68ecaf7f729d36f4473f87bca59bb5373ca31 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0";
+use constant BUGZILLA_VERSION => "5.0+";
 
 # 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.