From c36932b1709f3e8f920b20bd540208ebeadc7cb6 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 18 Jul 2002 17:35:31 +0000 Subject: [PATCH] 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. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index 32a9b6a69..52325b4db 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 2.11.4.GIT