]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0.1 release-5.0.1
authorDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 17:48:22 +0000 (13:48 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 10 Sep 2015 17:48:22 +0000 (13:48 -0400)
Bugzilla/Constants.pm

index 32c68ecaf7f729d36f4473f87bca59bb5373ca31..89198251d6ed8934e4759ddd5f6f4f9903484fca 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0+";
+use constant BUGZILLA_VERSION => "5.0.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.