Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11328
Modified Files:
version.lisp-expr
Log Message:
0.8.19.39:
Whoops. NEWS asserts that LOAD copes with :external-format
arguments. Better make sure that the compiler is aware of that
too.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2018
retrieving revision 1.2019
diff -u -d -r1.2018 -r1.2019
--- version.lisp-expr 23 Feb 2005 08:31:18 -0000 1.2018
+++ version.lisp-expr 23 Feb 2005 12:43:21 -0000 1.2019
@@ -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.19.38"
+"0.8.19.39"
|