]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 20:13:01 +0000 (20:13 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 20:13:01 +0000 (20:13 +0000)
Bugzilla/Constants.pm

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