improved and moved command object up to clsql (out of cl-postgres-socket3)
[clsql.git] / clsql.asd
index 3f57f24f6b3d00216394eb1e3f59015fbd038ede..9366281d3c44496f605e4f8d7a68f7c78316f694 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -38,6 +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"
     :components
     ((:module sql
              :components
@@ -87,7 +88,8 @@ oriented interface."
                        :pathname ""
                        :components ((:file "generic-postgresql")
                                     (:file "generic-odbc")
-                                    (:file "sequences"))
+                                    (:file "sequences")
+                                    (:file "command-object"))
                        :depends-on (functional))))))