Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv19493
Modified Files:
version.lisp-expr
Log Message:
0.7.5.17: whitespace! there is no substantive change between this and
0.7.5.16, but all of src/runtime/*.[ch] has been eyeballed and
weird indenting fixed up in favour of a uniform 4 charcters
everywhere. We give this change its version number to make
it easier to diff previous and subsequent changes without
white(space) noise adding to the confusion.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- version.lisp-expr 18 Jul 2002 16:49:38 -0000 1.476
+++ version.lisp-expr 18 Jul 2002 17:35:31 -0000 1.477
@@ -18,4 +18,4 @@
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.5.16"
+"0.7.5.17"
|