]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number to 5.1 on trunk
authorDavid Lawrence <dkl@mozilla.com>
Mon, 3 Nov 2014 20:20:55 +0000 (15:20 -0500)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 3 Nov 2014 20:20:55 +0000 (15:20 -0500)
Bugzilla/Constants.pm

index a770e7eb7d0a37684d4a2536b63bd7a5dafd7af7..414cd2fed2290e7f56fde82c7c129de7f1c36f93 100644 (file)
@@ -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.