From: David Lawrence Date: Wed, 15 Apr 2015 16:02:25 +0000 (+0100) Subject: Bumped version to 5.0rc3 X-Git-Tag: bugzilla-5.0rc3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6fb99c5afd41cd13a043f7d5d1cb540077b513;p=thirdparty%2Fbugzilla.git Bumped version to 5.0rc3 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index b04d2bdaa2..d7bd6141dd 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0rc2+"; +use constant BUGZILLA_VERSION => "5.0rc3"; # 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.