From: Christophe Rhodes Date: Sun, 29 Apr 2007 08:51:56 +0000 (+0000) Subject: 1.0.5.1: remove ldso-stubs.S in clean.sh X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=504a6aaa119f238880b7d683a24f0ce1b709160e;p=sbcl.git 1.0.5.1: remove ldso-stubs.S in clean.sh (patch from Timothy Ritchey sbcl-devel 2007-04-26) --- diff --git a/clean.sh b/clean.sh index cf16472..47f509c 100755 --- a/clean.sh +++ b/clean.sh @@ -111,4 +111,5 @@ find . \( \ -name 'TAGS' -o \ -name 'tags' -o \ -name 'test-passed' -o \ + -name 'ldso-stubs.S' -o \ -name 'local-target-features.lisp-expr' \) -print | xargs rm -f diff --git a/version.lisp-expr b/version.lisp-expr index 82d51d7..dd972c5 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.5" +"1.0.5.1"