]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0rc3 bugzilla-5.0rc3 release-5.0rc3
authorDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 16:02:25 +0000 (17:02 +0100)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 16:02:25 +0000 (17:02 +0100)
Bugzilla/Constants.pm

index b04d2bdaa2024d3e77f0fff9b0683f08e849dc1f..d7bd6141dd72d23fb180f9a89f1cbc1fe1648070 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0rc2+";
+use constant BUGZILLA_VERSION => "5.0rc3";
 
 # 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.