From 22bb62c99eda1ba3a5e423687ca77458e55dfed3 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 31 May 2003 20:56:02 +0000 Subject: [PATCH] 0.8.0.21 Add contrib/asdf-module.mk to the list of files that go into a binary distribution (thanks to David Lichteblau for bug report) --- binary-distribution.sh | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/binary-distribution.sh b/binary-distribution.sh index 90e402c..462a86d 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -16,6 +16,7 @@ tar -cf $b-binary.tar \ $b/install.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \ + $b/contrib/asdf-module.mk \ $b/contrib/vanilla-module.mk \ `for dir in $b/contrib/*; do if test -d $dir && test -f $dir/test-passed; then diff --git a/version.lisp-expr b/version.lisp-expr index 51d64c1..f922acf 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.0.20" +"0.8.0.21" -- 1.7.10.4