diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-10-18T14·09+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-10-18T14·09+0000 |
commit | 1b43fbd8e4c97dfed5f0679feccdb7ff576f6bbe (patch) | |
tree | 40ab9c3a9e8b5579e5c09518da51cccf9c5932fb /doc | |
parent | 13b089c890bac229e7c3accfd9299f3fdac95e27 (diff) |
* Oops, that should be Berkeley DB 4.3. Reported by Gerco Ballintijn.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index 3e2c62f5be40..2d71107c57cc 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -67,7 +67,7 @@ these packages. Alternatively, if you already have them installed, you can use <command>configure</command>'s <option>--with-bdb</option> and <option>--with-aterm</option> options to point to their respective locations. Note that Berkeley DB <emphasis>must</emphasis> be version -4.2; other versions may not have compatible database formats.</para> +4.3; other versions may not have compatible database formats.</para> </sect1> |