From: David Lawrence Date: Mon, 16 May 2016 18:48:27 +0000 (+0000) Subject: Bumped version to 5.1.1 X-Git-Tag: release-5.1.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fpreview%2F5.1.2;p=thirdparty%2Fbugzilla.git Bumped version to 5.1.1 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 208f560aa6..03286171f0 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -210,7 +210,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.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.