]> source.dussan.org Git - jackcess.git/commitdiff
update version info. fixes #124
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 2 Jun 2015 03:11:57 +0000 (03:11 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 2 Jun 2015 03:11:57 +0000 (03:11 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@948 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/xdoc/cookbook.xml
src/site/xdoc/index.xml

index c4197909419574d29cd2abdfe5613f19b99129a6..477f2f7b8b7fc273fc03c857473ddfbd6dbd8d9b 100644 (file)
           is possible may be out of date).
         </p>
         <p>
-          As of version 2.0.0, Jackcess supports:
+          As of version 2.1.0, Jackcess supports:
         </p>
         <ul>
-          <li>Creating databases for Access all versions 2000-2010</li>
+          <li>Creating databases for Access all versions 2000-2013</li>
           <li>Creating columns for all simple data types</li>
           <li>Creating tables with single-table Indexes</li>
         </ul>
index a0a7b8af15f71d57752ea56c12f2baa1b9bb8d7a..bb8b87783606fb3c882d6f1c75d33ccfa927010a 100644 (file)
@@ -10,7 +10,7 @@
     <section name="Jackcess">
       <p>
         Jackcess is a pure Java library for reading from and writing to MS
-        Access databases (currently supporting versions 2000-2010).  It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>.  It is not an application.  There is no GUI.  It's a
+        Access databases (currently supporting versions 2000-2013).  It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>.  It is not an application.  There is no GUI.  It's a
         library, intended for other developers to use to build Java
         applications.  Jackcess is licensed under the
         <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a> (as of version 2.1.0).