From 5580e3ea45f8e45d4da44ea160c72c54d0098717 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 1 Jun 2004 17:34:31 +0000 Subject: [PATCH] 0.8.10.78: Fix typo: customize-target-features.lisp-expr -> *.lisp --- INSTALL | 6 +++--- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index b6acdbc..796565e 100644 --- a/INSTALL +++ b/INSTALL @@ -143,9 +143,9 @@ INSTALLING SBCL or extra debugging code. The preferred way to do this is by creating a file - "customize-target-features.lisp-expr", containing a lambda - expression which is applied to the default *FEATURES* set and which - returns the new *FEATURES* set, e.g. + "customize-target-features.lisp", containing a lambda expression + which is applied to the default *FEATURES* set and which returns the + new *FEATURES* set, e.g. (lambda (features) (flet ((enable (x) diff --git a/version.lisp-expr b/version.lisp-expr index 871517f..79bb49f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.10.77" +"0.8.10.78" -- 1.7.10.4