Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10931
Modified Files:
version.lisp-expr
Log Message:
0.9.4.11:
Some alien changes:
* SAPs are now valid arguments to a callback (thanks to
Andreas Scholta).
* Enumeration values can be used more than once in an alien
enum (thanks to Cyrus Harmon).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2355
retrieving revision 1.2356
diff -u -d -r1.2355 -r1.2356
--- version.lisp-expr 27 Aug 2005 09:43:20 -0000 1.2355
+++ version.lisp-expr 27 Aug 2005 17:14:57 -0000 1.2356
@@ -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.9.4.10"
+"0.9.4.11"
|