diff options
author | David Lawrence <dkl@mozilla.com> | 2015-04-15 17:02:25 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-04-15 17:02:25 +0100 |
commit | 4f6fb99c5afd41cd13a043f7d5d1cb540077b513 (patch) | |
tree | 727f1b75b781cbec6da47cc2dd406616e8dcde27 /Bugzilla | |
parent | e2a6126622737293859e56693313d53781d95222 (diff) | |
download | bugs-4f6fb99c5afd41cd13a043f7d5d1cb540077b513.tar bugs-4f6fb99c5afd41cd13a043f7d5d1cb540077b513.tar.gz bugs-4f6fb99c5afd41cd13a043f7d5d1cb540077b513.tar.bz2 bugs-4f6fb99c5afd41cd13a043f7d5d1cb540077b513.tar.xz bugs-4f6fb99c5afd41cd13a043f7d5d1cb540077b513.zip |
Bumped version to 5.0rc3
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index b04d2bdaa..d7bd6141d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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. |