From: David Lawrence Date: Mon, 3 Nov 2014 20:20:55 +0000 (-0500) Subject: Bump the version number to 5.1 on trunk X-Git-Tag: release-5.1.1~468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243612ffd5bc1a16763348a2b1ea3a37a0852876;p=thirdparty%2Fbugzilla.git Bump the version number to 5.1 on trunk --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a770e7eb7d..414cd2fed2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -208,7 +208,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.6+"; +use constant BUGZILLA_VERSION => "5.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.