From: Thiemo Seufer Date: Sat, 4 Nov 2006 22:34:32 +0000 (+0000) Subject: 0.9.18.34: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6010af209656d6991f59b0f61efa1c6f9d35926b;p=sbcl.git 0.9.18.34: Fix build failure with texinfo from debian/unstable. --- diff --git a/doc/manual/start-stop.texinfo b/doc/manual/start-stop.texinfo index e6216a0..13b644e 100644 --- a/doc/manual/start-stop.texinfo +++ b/doc/manual/start-stop.texinfo @@ -183,7 +183,7 @@ options. Size of the dynamic space reserved on startup in megabytes. Default value is platform dependent. -@Item --noinform +@item --noinform Suppress the printing of any banner or other informational message at startup. This makes it easier to write Lisp programs which work cleanly in Unix pipelines. See also the @code{--noprint} and diff --git a/version.lisp-expr b/version.lisp-expr index 2b37dd2..ea7bfbc 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.33" +"0.9.18.34"