From: Kevin M. Rosenberg Date: Fri, 20 Sep 2002 01:26:17 +0000 (+0000) Subject: r2779: *** empty log message *** X-Git-Tag: v1.6.1~309 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=42959dafb9978c35da14915bc078fb96c1183347;p=uffi.git r2779: *** empty log message *** --- diff --git a/uffi.asd b/uffi.asd index bbc9d0a..1b1c9b5 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.12 2002/09/20 01:19:20 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 ;;;; @@ -22,8 +22,8 @@ (defsystem uffi :name "cl-uffi" :author "Kevin M. Rosenberg " - :version "0.7.0" - :maintainer "Kevin M. Rosenberg " :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."