diff --git a/binary-distribution.sh b/binary-distribution.sh index 124ae7ca8..c92a32399 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -20,6 +20,6 @@ tar -cf $b-binary.tar \ $b/contrib/vanilla-module.mk \ `for dir in $b/contrib/*; do if test -d $dir && test -f $dir/test-passed; then - echo $dir + find $dir -not -type d -not -name '.cvsignore' -not -path '*/CVS*' -print fi done` diff --git a/version.lisp-expr b/version.lisp-expr index 9c314476c..26ca1ddf4 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".) -"1.0.10.23" +"1.0.10.24"