From: Daniel Barlow Date: Sun, 26 Oct 2003 04:04:28 +0000 (+0000) Subject: 0.8.5.5 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=94ebb3fb0c00799e2fa3d69cb0c52a772cee47f6;p=sbcl.git 0.8.5.5 BUILD_ROOT --- diff --git a/install.sh b/install.sh index 6e11bd1..2002101 100644 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ test -f $BUILD_ROOT$SBCL_HOME/sbcl.core && \ cp src/runtime/sbcl $BUILD_ROOT$INSTALL_ROOT/bin/ cp output/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core -cp doc/sbcl.1 $MAN_DIR/man1/ +cp doc/sbcl.1 $BUILD_ROOT$MAN_DIR/man1/ # installing contrib diff --git a/version.lisp-expr b/version.lisp-expr index 69a6497..4455e27 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.8.5.3" +"0.8.5.4"