From: Daniel Barlow Date: Tue, 30 Jul 2002 21:33:09 +0000 (+0000) Subject: 0.7.6.11: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9131b14b15eba603beace1e8c8745f43092991d8;hp=88fbde7b3c6e6e66bdde408348337e97068f2568;p=sbcl.git 0.7.6.11: update supported architecture list in manual page. No exciting changes --- diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 53abc11..0fcc298 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -352,12 +352,15 @@ chance to see it. .SH SYSTEM REQUIREMENTS -Unlike its distinguished ancestor CMU CL, SBCL currently runs only on -X86 (Linux, FreeBSD, and OpenBSD), Alpha (Linux), and SPARC (Linux). +SBCL currently runs on +X86 (Linux, FreeBSD, and OpenBSD), Alpha (Linux, Tru64), PPC +(Linux) and SPARC (Linux and Solaris 2.x). For information on other ongoing and possible ports, see the sbcl-devel mailing list, and/or the web site. -SBCL requires on the order of 16Mb RAM to run on X86 systems. +SBCL requires on the order of 16Mb RAM to run on X86 systems, +though for all but the smallest programs would be happier with 32Mb +or more. .SH ENVIRONMENT diff --git a/version.lisp-expr b/version.lisp-expr index 5ea2cea..11bee21 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.6.10" +"0.7.6.11"