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 | |
parent | Bug 1172748 - fix broken link to Extension perldoc. r,a=dkl (diff) | |
download | bugzilla-00b1ca602f1783a79933e48655f04a68df346224.tar.gz bugzilla-00b1ca602f1783a79933e48655f04a68df346224.tar.bz2 bugzilla-00b1ca602f1783a79933e48655f04a68df346224.zip |
Bumped version to 5.0release-5.0
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 693b8df60..d4bf1c596 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -29,7 +29,7 @@ <h2 id="introduction">Introduction</h2> -<p>Welcome to Bugzilla 5.0! It has been over a year and a half since we released +<p>Welcome to Bugzilla 5.0! It has been slightly over two years since we released Bugzilla 4.4 in May of 2013. This new major release comes with many new features and improvements to WebServices and performance.</p> |