From: David Lawrence Date: Mon, 16 May 2016 20:00:12 +0000 (+0000) Subject: Bumped version post-release X-Git-Tag: release-5.1.2~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=387592a5a4c24db0bcdff1a2e3dfde94474b372d;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 03286171f0..314e8e38c4 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -210,7 +210,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.1.1"; +use constant BUGZILLA_VERSION => "5.1.1+"; # 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.