From: Juho Snellman Date: Wed, 28 Jun 2006 14:42:24 +0000 (+0000) Subject: 0.9.14.5: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=cf7b2cb313a44fe97809a32c6d0fa1e64e67dee5;p=sbcl.git 0.9.14.5: Add sbcl-pwd.sh to binary-distribution.sh, to make the binaries actually installable. --- diff --git a/binary-distribution.sh b/binary-distribution.sh index 82aabbd..124ae7c 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -13,7 +13,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/SUPPORT \ - $b/install.sh $b/find-gnumake.sh \ + $b/install.sh $b/find-gnumake.sh $b/sbcl-pwd.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \ $b/contrib/asdf-module.mk \ diff --git a/version.lisp-expr b/version.lisp-expr index 0724bf6..e4ff3a7 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.14.4" +"0.9.14.5"