From: David Lawrence Date: Mon, 6 Oct 2014 15:27:53 +0000 (+0000) Subject: Bump version to 4.5.6 X-Git-Tag: bugzilla-4.5.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e18b0d11ce36530cd7bef97cb236ef1637cb255;p=thirdparty%2Fbugzilla.git Bump version to 4.5.6 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 97f4874b5d..24be4910a7 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.5+"; +use constant BUGZILLA_VERSION => "4.5.6"; # 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.