r2779: *** empty log message ***
[uffi.git] / uffi.asd
index 1be5c3453da10af8993448a9fa0f74f62182640b..1b1c9b52865c1cd75c8cbcfddf0fa8ff8c53e220 100644 (file)
--- a/uffi.asd
+++ b/uffi.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: uffi.asd,v 1.10 2002/09/16 17:57:43 kevin Exp $
+;;;; $Id: uffi.asd,v 1.13 2002/09/20 01:26:17 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -21,9 +21,9 @@
 
 (defsystem uffi
   :name "cl-uffi"
-  :author "Kevin M. Rosenberg <kmr@debian.org"
-  :version "0.7.0"
-  :maintainer "Kevin M. Rosenberg <kmr@debian.org"
+  :author "Kevin M. Rosenberg <kmr@debian.org>"
+  :version "0.7.2"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "Lessor Lisp General Public License"
   :description "Universal Foreign Function Library for Common Lisp"
   :long-description "UFFI provides a universal foreign function interface (FFI) for Common Lisp. UFFI supports CMUCL, Lispworks, and AllegroCL."
@@ -33,7 +33,7 @@
 
   :components
   (
-   #+(cmu sbcl allegro lispworks)
+   #+(or cmu sbcl allegro lispworks)
      (:module :src-main
              :components
              ((:file "package")