Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30308
Modified Files:
version.lisp-expr
Log Message:
1.0.7.12: fix clos-interrupts.impure.lisp for unithreaded builds
* Forgot #+sb-thread from the test case.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3496
retrieving revision 1.3497
diff -u -d -r1.3496 -r1.3497
--- version.lisp-expr 3 Jul 2007 10:21:21 -0000 1.3496
+++ version.lisp-expr 3 Jul 2007 12:11:42 -0000 1.3497
@@ -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.7.11"
+"1.0.7.12"
|