]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 5.0rc2 bugzilla-5.0rc2 release-5.0rc2
authorDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 17:39:41 +0000 (17:39 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 17:39:41 +0000 (17:39 +0000)
Bugzilla/Constants.pm

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