From 2e47ed527bdcb76cf5eb52f66cc08f4fb0a0041d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 5 May 2007 10:31:06 +0000 Subject: [PATCH] 1.0.5.32: partial fix for DISASSEMBLE bug reported by Peter Graves * Test for >= length, not > length. * Record the remaining WARNING in BUGS. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index 347db2848..08fffd61f 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.31" +"1.0.5.32" -- 2.11.4.GIT