Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10917
Modified Files:
version.lisp-expr
Log Message:
0.8.8.3:
MORE BACKSLASHES
... restore buildability on x86/linux, and probably other places,
by escaping backslashes as necessary
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1476
retrieving revision 1.1477
diff -u -d -r1.1476 -r1.1477
--- version.lisp-expr 26 Feb 2004 08:36:22 -0000 1.1476
+++ version.lisp-expr 26 Feb 2004 12:15:01 -0000 1.1477
@@ -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.8.2"
+"0.8.8.3"
|