From cefe278d2145e840f44163ad2d1d6b04a8da9191 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Mon, 20 Nov 2006 09:46:16 +0000 Subject: [PATCH] 0.9.18.63: Fix the manual build (missed a file in a previous commit). --- doc/manual/intro.texinfo | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/intro.texinfo b/doc/manual/intro.texinfo index 6ae075a..822bba4 100644 --- a/doc/manual/intro.texinfo +++ b/doc/manual/intro.texinfo @@ -100,7 +100,7 @@ Streams}. streams} API proposed by Franz Inc. @xref{Simple Streams}. @item Profiling -@code{sb-profile} is a exact per-function profiler. @xref{Accurate +@code{sb-profile} is a exact per-function profiler. @xref{Deterministic Profiler}. @code{sb-sprof} is a statistical profiler, capable of call-graph diff --git a/version.lisp-expr b/version.lisp-expr index 2e2e94a..b52785d 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.18.62" +"0.9.18.63" -- 1.7.10.4