From 78cf7506e046bb561fae9913dde17cf972de6927 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 4 Jun 2004 13:37:48 +0000 Subject: [PATCH] 0.8.10.81: Installation related fixes ... Include SUPPORT in binary distros, since install.sh now installs it. ... Align mis-aligned column in INSTALL: OpenBSD works on x86, not PPC. --- INSTALL | 2 +- binary-distribution.sh | 2 +- version.lisp-expr | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 796565e..ae0f152 100644 --- a/INSTALL +++ b/INSTALL @@ -232,7 +232,7 @@ INSTALLING SBCL x86 PPC Alpha Sparc HPPA MIPS MIPSel Linux 2.2, 2.4, 2.6 X X X X X X X FreeBSD X - OpenBSD 3.4, 3.5 X + OpenBSD 3.4, 3.5 X NetBSD X Solaris X Tru64 X diff --git a/binary-distribution.sh b/binary-distribution.sh index c5b0e77..15734f5 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -12,7 +12,7 @@ b=${1:?"missing base directory name argument"} tar -cf $b-binary.tar \ $b/output/sbcl.core $b/src/runtime/sbcl \ - $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \ + $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README $b/SUPPORT \ $b/install.sh $b/find-gnumake.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \ diff --git a/version.lisp-expr b/version.lisp-expr index 862df5e..29f6bf5 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,5 @@ ;;; 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.8.10.80" +"0.8.10.81" + -- 1.7.10.4