From: David Lawrence Date: Tue, 27 Jan 2015 17:39:41 +0000 (+0000) Subject: Bump version to 5.0rc2 X-Git-Tag: bugzilla-5.0rc2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a25dd4dba7d278bd5d9a9f4ef1142b22559beafd;p=thirdparty%2Fbugzilla.git Bump version to 5.0rc2 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d9bcc2fc4d..e9218b7d22 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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.