From 243612ffd5bc1a16763348a2b1ea3a37a0852876 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 3 Nov 2014 15:20:55 -0500 Subject: Bump the version number to 5.1 on trunk --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a770e7eb7..414cd2fed 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. -- cgit v1.2.3-24-g4f1b