diff options
author | jake%bugzilla.org <> | 2008-04-04 13:47:18 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:47:18 +0200 |
commit | b545e95bcaed30bb7b5e438e889ea127439c3242 (patch) | |
tree | 183966b69fe67fea34be9b936f2cd19072f49efc /docs/en | |
parent | 9bf6fdb3d2bab8133c641dc097dd5c2c9f5d5090 (diff) | |
download | bugzilla-b545e95bcaed30bb7b5e438e889ea127439c3242.tar.gz bugzilla-b545e95bcaed30bb7b5e438e889ea127439c3242.tar.xz |
Bumping minimum versions for DBI and DBD::mysql to match what was just checked in for bug 163290.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index a76d2c090..c75685a14 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -52,8 +52,8 @@ <!ENTITY min-text-wrap-ver "2001.0131"> <!ENTITY min-file-spec-ver "0.82"> <!ENTITY min-data-dumper-ver "any"> -<!ENTITY min-dbd-mysql-ver "1.2209"> -<!ENTITY min-dbi-ver "1.13"> +<!ENTITY min-dbd-mysql-ver "2.1010"> +<!ENTITY min-dbi-ver "1.32"> <!ENTITY min-date-parse-ver "any"> <!ENTITY min-cgi-ver "2.88"> <!-- Optional modules --> |