From: David Lawrence Date: Fri, 16 Feb 2018 16:52:46 +0000 (-0500) Subject: Bumped version to 5.1.2 X-Git-Tag: release-5.1.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c74d53fb8db2f621ec6e684ee8842bdee1028c9;p=thirdparty%2Fbugzilla.git Bumped version to 5.1.2 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7a48995da1..a3fd069912 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -209,7 +209,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.1.1+"; +use constant BUGZILLA_VERSION => "5.1.2"; # 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.