Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19307
Modified Files:
version.lisp-expr
Log Message:
1.0.6.6: delete remains of the unoptimized-cache function code paths
* 1.0.6.3 did away with the main body of the code, but actual access
points to the now-missing code paths were accidentally left in.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3429
retrieving revision 1.3430
diff -u -d -r1.3429 -r1.3430
--- version.lisp-expr 29 May 2007 14:36:23 -0000 1.3429
+++ version.lisp-expr 29 May 2007 15:31:48 -0000 1.3430
@@ -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".)
-"1.0.6.5"
+"1.0.6.6"
|