X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=5deee87c06399ce565824b0205e96bd2ac43b16f;hp=7c9700541669379adf1885572277bf771159b478;hb=8051f42ccbb44eca6bb94b24fbc01f846041915a;hpb=1818d00e79273822fb5a50bcaed0e4809db5cfd7 diff --git a/clsql.asd b/clsql.asd index 7c97005..5deee87 100644 --- a/clsql.asd +++ b/clsql.asd @@ -38,7 +38,7 @@ the Xanalys CommonSQL interface for Lispworks. It provides low-level database interfaces as well as a functional and an object oriented interface." - :version "5.3.4" + :version "6.2" :components ((:module sql :components @@ -88,7 +88,8 @@ oriented interface." :pathname "" :components ((:file "generic-postgresql") (:file "generic-odbc") - (:file "sequences")) + (:file "sequences") + (:file "command-object")) :depends-on (functional))))))