From: Juho Snellman Date: Mon, 20 Nov 2006 09:46:16 +0000 (+0000) Subject: 0.9.18.63: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=cefe278d2145e840f44163ad2d1d6b04a8da9191;hp=b6537fc9d37ad800f8faba89ebbde7fdf8910d2a;p=sbcl.git 0.9.18.63: Fix the manual build (missed a file in a previous commit). --- 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"