From: David Lawrence Date: Wed, 21 Jan 2015 22:29:17 +0000 (+0000) Subject: Bump version post-release X-Git-Tag: bugzilla-5.0rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9347aa9a9b73efce323c95bb60cba64cb0ade0b8;p=thirdparty%2Fbugzilla.git Bump version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 599ae74577..d9bcc2fc4d 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.0rc1+"; # 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.