diff options
author | David Lawrence <dkl@mozilla.com> | 2014-07-24 17:14:45 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-07-24 17:14:45 +0000 |
commit | 55070f44ffe00c5659229fad609866360e4da7cd (patch) | |
tree | 1a02086aa92bcc8b7904a0aec386213da801c426 | |
parent | Bug 1036213 - (CVE-2014-1546) add '/**/' before jsonrpc.cgi callback to avoid... (diff) | |
download | bugzilla-release-4.0.14.tar.gz bugzilla-release-4.0.14.tar.bz2 bugzilla-release-4.0.14.zip |
Bump version to 4.0.14 (corrected)release-4.0.14bugzilla-4.0.14
-rw-r--r-- | Bugzilla/Constants.pm | 1 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8ab2195f2..88315b9bc 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,6 +199,7 @@ use File::Basename; # Bugzilla version use constant BUGZILLA_VERSION => "4.0.14"; + # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start # and end with spaces because most Bugzilla stuff has trim() called on it, diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 8abae130c..260fe9306 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -37,6 +37,7 @@ <!ENTITY bz-date "2014-07-24"> <!ENTITY current-year "2014"> + <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>Bugzilla Documentation</ulink>"> |