X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=00982cc08c2b4d0bef7355f915f5c880d1d0d11d;hb=ad12d97bc552fbf7a4bd47830098c6c5c3f946ad;hp=0fa706ec256bfe824cf64cb690a0ac2ade2e0a24;hpb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 0fa706e..00982cc 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.13 2002/10/16 11:51:04 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.14 2003/05/07 02:45:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,8 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :asdf) +(defpackage #:clsql-mysql-system (:use #:asdf #:cl)) +(in-package #:clsql-mysql-system) ;;; System definition @@ -24,7 +25,6 @@ (defsystem :clsql-mysql :name "cl-sql-mysql" :author "Kevin M. Rosenberg " - :version "0.9.2" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" :description "Common Lisp SQL MySQL Driver"