Version 1.7.2: Add support external character formats for underlying implementation.
[uffi.git] / uffi.asd
index ddcf338210d3c8a2dfbffd095aff3323db577b17..1ca66a916cc490995ad5b36dafbd598e7c2c6f27 100644 (file)
--- 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 <kevin@rosenberg.net>"
-  :version "1.2.x"
+  :version "1.7.2"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :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"))