Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19838
Modified Files:
version.lisp-expr
Log Message:
0.8.7.24:
More pathname fun, *sigh*
... make logical pathnames respect print/read consistency (version
*is* significant for them)
... adjust the pathname tests so that they test equality rather
than namestring equality, but minus version testing
because that's too complicated right now.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1439
retrieving revision 1.1440
diff -u -d -r1.1439 -r1.1440
--- version.lisp-expr 27 Jan 2004 12:02:44 -0000 1.1439
+++ version.lisp-expr 27 Jan 2004 14:23:57 -0000 1.1440
@@ -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.7.23"
+"0.8.7.24"
|