From: Christophe Rhodes Date: Wed, 28 Jun 2006 08:12:29 +0000 (+0000) Subject: 0.9.14.2: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=83400ca41403ca57c3d7f21c456551f78a6b8f78;p=sbcl.git 0.9.14.2: Happy birthday to me! Fix the internals manual --- 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"