r1712: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 1 Apr 2002 05:12:02 +0000 (05:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 1 Apr 2002 05:12:02 +0000 (05:12 +0000)
VERSION
src/libraries.cl

diff --git a/VERSION b/VERSION
index 2b6f9ad3e5fbca2b8afbb44f72052a75c8c6ad7c..9d80872a11f1cac20e3c94c06fc9743c9f3c6750 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,4 @@
-0.3.2-pre
+0.3.2
+
 
 
index 7194c6bf874545ff87be1522a63d923b69f9f4fd..d9fedbc05862370e5f1c884b00e0ff44b5835d9e 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: libraries.cl,v 1.8 2002/04/01 04:40:08 kevin Exp $
+;;;; $Id: libraries.cl,v 1.9 2002/04/01 05:12:02 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -62,7 +62,6 @@ library type if type is not specified."
                       (string
                        (pathname-directory 
                         (parse-namestring dir)))))))
-         (print path)
          (when (probe-file path)
            (return-from find-foreign-library path))))))
    nil)