X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=1ca66a916cc490995ad5b36dafbd598e7c2c6f27;hb=54929de80ac68bb7ef45a28e70945c7243d39c82;hp=ddcf338210d3c8a2dfbffd095aff3323db577b17;hpb=fd03f207e4c7e4bb1591e4902e31f9f032cffde6;p=uffi.git diff --git a/uffi.asd b/uffi.asd index ddcf338..1ca66a9 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2009 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -18,7 +18,7 @@ (defsystem uffi :name "uffi" :author "Kevin Rosenberg " - :version "1.2.x" + :version "1.7.2" :maintainer "Kevin M. Rosenberg " :licence "Lessor Lisp General Public License" :description "Universal Foreign Function Library for Common Lisp" @@ -28,7 +28,8 @@ ((:module :src :components ((:file "package") - (:file "primitives" :depends-on ("package")) + (:file "i18n" :depends-on ("package")) + (:file "primitives" :depends-on ("i18n")) #+(or openmcl digitool) (:file "readmacros-mcl" :depends-on ("package")) (:file "objects" :depends-on ("primitives")) (:file "aggregates" :depends-on ("primitives"))