r9292: fix filename typo
[clsql.git] / doc / intro.xml
index 044ec082b437f7082be964cd5289d3cec91552ad..09879461efe9581d89d5a7185b2fc030b88dd581 100644 (file)
        Currently, &clsql; supports the following databases:
       </para>
       <itemizedlist mark="opencircle">
-       <listitem><para>&mysql; v3.23.51 and v4.0.15.</para></listitem>
-       <listitem><para>&postgresql; v7.2 with both direct API and TCP
+       <listitem><para>&mysql; v3.23.51 and v4.0.18.</para></listitem>
+       <listitem><para>&postgresql; v7.4 with both direct API and TCP
        socket connections.</para></listitem>
        <listitem><para>&sqlite;.</para></listitem>
        <listitem><para>Direct &odbc; interface.</para></listitem>
        configuration file named
        <filename>.clsql-test.config</filename> must be created in
        your home directory. There are instructures on the format of
-       that file in the <filename>tests/tests.lisp</filename> file in
-       the &clsql; source directory. After creating that file, you
-       can run the test suite with &asdf;:
+       that file in the <filename>tests/README</filename>. After
+       creating <filename>.clsql-test.config</filename>, you can run
+       the test suite with &asdf;:
        <screen>
          (asdf:operate 'asdf:test-op 'clsql)
         </screen>