From 9131b14b15eba603beace1e8c8745f43092991d8 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 30 Jul 2002 21:33:09 +0000 Subject: [PATCH] 0.7.6.11: update supported architecture list in manual page. No exciting changes --- doc/sbcl.1 | 9 ++++++--- version.lisp-expr | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) 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" -- 1.7.10.4