From 51ef404e0b3f5ea00b83372f80ef7e3046bc778c Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 28 Sep 2005 21:11:56 +0000 Subject: [PATCH 1/1] 0.9.5.9: Fix typo in manual. --- doc/internals/foreign-linkage.texinfo | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/internals/foreign-linkage.texinfo b/doc/internals/foreign-linkage.texinfo index 5e8491d..db45692 100644 --- a/doc/internals/foreign-linkage.texinfo +++ b/doc/internals/foreign-linkage.texinfo @@ -84,7 +84,7 @@ Find a memory area for the linkage-table, and add it for the OS in @code{SB!VM:LINKAGE-TABLE-SPACE-END}. See existing ports and CMUCL for examples. -@subsubsection Porting to new architextures +@subsubsection Porting to new architectures Write @code{arch_write_linkage_table_jmp} and @code{arch_write_linkage_table_ref}. diff --git a/version.lisp-expr b/version.lisp-expr index 47f3969..3d5e8b1 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.5.8" +"0.9.5.9" -- 1.7.10.4