From: Christophe Rhodes Date: Wed, 16 Mar 2005 10:11:10 +0000 (+0000) Subject: 0.8.20.25: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=70e8b66a8d858e0d75edd410b2e9dbfa86fab4c9;p=sbcl.git 0.8.20.25: Improve sb-simple-streams's dependency information (problem noted by VJA sbcl-devel) --- diff --git a/contrib/sb-simple-streams/sb-simple-streams.asd b/contrib/sb-simple-streams/sb-simple-streams.asd index 39cf6ed..f0860a9 100644 --- a/contrib/sb-simple-streams/sb-simple-streams.asd +++ b/contrib/sb-simple-streams/sb-simple-streams.asd @@ -16,7 +16,7 @@ (:file "classes" :depends-on ("iodefs")) (:file "internal" :depends-on ("classes")) (:file "strategy" :depends-on ("internal")) - (:file "impl" :depends-on ("internal" "fndb")) + (:file "impl" :depends-on ("internal" "fndb" "file" "string")) (:file "file" :depends-on ("strategy")) (:file "direct" :depends-on ("strategy")) (:file "null" :depends-on ("strategy")) @@ -43,5 +43,3 @@ (c (eql (find-system :sb-simple-streams-tests)))) (or (funcall (intern "DO-TESTS" (find-package "SB-RT"))) (error "test-op failed"))) - - diff --git a/version.lisp-expr b/version.lisp-expr index 7f0dead..0e507e6 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.20.24" +"0.8.20.25"