diff options
-rw-r--r-- | Bugzilla/Constants.pm | 1 | ||||
-rw-r--r-- | docs/bugzilla.ent.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 59149fa85..37931aa16 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -184,6 +184,7 @@ use Memoize; # Bugzilla version use constant BUGZILLA_VERSION => "4.4.5"; + # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; use constant LOCAL_FILE => 'bugzilla-update.xml'; # Relative to datadir. diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl index 7e302e28d..98ec0a7ce 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -2,6 +2,7 @@ <!ENTITY bz-date "2014-07-24"> <!ENTITY current-year "2014"> + <!ENTITY min-perl-ver "5.8.1"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.4-branch/"> <!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation"> |