From 76b11c97e7721b25ca9f47f2019c2dd0b6ee15b8 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 21 Aug 2005 14:20:40 +0000 Subject: [PATCH] 0.9.3.73: Oops, a pure.lisp test was doing (quit :unix-status 104) on success. --- tests/hash.pure.lisp | 3 --- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/hash.pure.lisp b/tests/hash.pure.lisp index afbf227..0d2dabd 100644 --- a/tests/hash.pure.lisp +++ b/tests/hash.pure.lisp @@ -16,6 +16,3 @@ ;;; of SXHASH. The range of SXHASH is the non-negative fixnums. (assert (not (typep sb-impl::+magic-hash-vector-value+ '(and fixnum unsigned-byte)))) - -;;; success -(quit :unix-status 104) diff --git a/version.lisp-expr b/version.lisp-expr index 69ae373..e2a2a2a 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.3.72" +"0.9.3.73" -- 1.7.10.4