]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDavid Lawrence <dkl@mozilla.com>
Wed, 21 Jan 2015 22:29:17 +0000 (22:29 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 21 Jan 2015 22:29:17 +0000 (22:29 +0000)
Bugzilla/Constants.pm

index 599ae74577a599f70a80b3ee85938e6c48de4b9f..d9bcc2fc4d0fd154d7e0b0315843600a516e7438 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0rc1";
+use constant BUGZILLA_VERSION => "5.0rc1+";
 
 # 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.