From: David Lawrence Date: Tue, 27 Jan 2015 20:13:01 +0000 (+0000) Subject: Bump version post-release X-Git-Tag: bugzilla-5.0rc3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b100a8d0670efa649c9940d50d35f09b94e4a73b;p=thirdparty%2Fbugzilla.git Bump version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e9218b7d22..b04d2bdaa2 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.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.