diff options
author | David Lawrence <dkl@mozilla.com> | 2015-07-06 22:33:25 -0400 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-07-06 22:33:25 -0400 |
commit | 00b1ca602f1783a79933e48655f04a68df346224 (patch) | |
tree | c90fb0fef5c9ac923817f908f1c3586efa47ec59 /Bugzilla | |
parent | 31d5e4b88321f08bf490a1f803847f167e67b56a (diff) | |
download | bugs-00b1ca602f1783a79933e48655f04a68df346224.tar bugs-00b1ca602f1783a79933e48655f04a68df346224.tar.gz bugs-00b1ca602f1783a79933e48655f04a68df346224.tar.bz2 bugs-00b1ca602f1783a79933e48655f04a68df346224.tar.xz bugs-00b1ca602f1783a79933e48655f04a68df346224.zip |
Bumped version to 5.0
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 c0aadd298..837ed895d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0rc3+"; +use constant BUGZILLA_VERSION => "5.0"; # 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. |