Skip to content

Commit

Permalink
1.0.10.24: Don't include CVS cruft in binary distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiemo Seufer committed Oct 4, 2007
1 parent 2df0b23 commit 4f87ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary-distribution.sh
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 4f87ff1

Please sign in to comment.