Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15239
Modified Files:
version.lisp-expr
Log Message:
0.8.14.30:
One last fix before the release: make REMOVE-DUPLICATES :START work
* Fix due to Peter Graves and the Sacla test suite
* Also add a test case for that and DELETE-DUPLICATES, while we're
at it.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1839
retrieving revision 1.1840
diff -u -d -r1.1839 -r1.1840
--- version.lisp-expr 26 Sep 2004 22:37:34 -0000 1.1839
+++ version.lisp-expr 28 Sep 2004 08:42:57 -0000 1.1840
@@ -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.14.29"
+"0.8.14.30"
|