diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-27 17:39:41 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-27 17:39:41 +0000 |
commit | a25dd4dba7d278bd5d9a9f4ef1142b22559beafd (patch) | |
tree | 949c5cff73ea2086202947b3b5d29f8d29f879d5 /Bugzilla | |
parent | cce03852929c379f0ae10aa07b8bf0ef994e1876 (diff) | |
download | bugs-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar bugs-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar.gz bugs-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar.bz2 bugs-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.tar.xz bugs-a25dd4dba7d278bd5d9a9f4ef1142b22559beafd.zip |
Bump version to 5.0rc2
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 d9bcc2fc4..e9218b7d2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0rc1+"; +use constant BUGZILLA_VERSION => "5.0rc2"; # 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. |