From 83400ca41403ca57c3d7f21c456551f78a6b8f78 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 28 Jun 2006 08:12:29 +0000 Subject: [PATCH] 0.9.14.2: Happy birthday to me! Fix the internals manual --- doc/internals/slot-value.texinfo | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/internals/slot-value.texinfo b/doc/internals/slot-value.texinfo index ec0312f..a126654 100644 --- a/doc/internals/slot-value.texinfo +++ b/doc/internals/slot-value.texinfo @@ -191,5 +191,5 @@ closures implementing this optimization: 3 (@code{slot-value}, slots.) (Also note that this optimization depends on not being able to -specialize the @code{new-value} argument to @{(setf +specialize the @code{new-value} argument to @code{(setf slot-value-using-class)}.) diff --git a/version.lisp-expr b/version.lisp-expr index eb727d0..496f9bf 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.9.14.1" +"0.9.14.2" -- 1.7.10.4