]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0rc1 bugzilla-5.0rc1 release-5.0rc1
authorDavid Lawrence <dkl@mozilla.com>
Wed, 21 Jan 2015 21:04:18 +0000 (21:04 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 21 Jan 2015 21:04:18 +0000 (21:04 +0000)
Bugzilla/Constants.pm

index 4f5ec581d6cda4d967669515f818b9ba0d8e69b9..599ae74577a599f70a80b3ee85938e6c48de4b9f 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.6+";
+use constant BUGZILLA_VERSION => "5.0rc1";
 
 # 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.