From 69b12095da6db9ac97e347dbc155091de79472cc Mon Sep 17 00:00:00 2001 From: Gabor Melis Date: Mon, 22 Sep 2008 18:33:07 +0000 Subject: [PATCH] 1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap - pepper unsigned long around - mixed signed/unsigned is ok as long as there are only + and - bitwise logical operations on them, care must be taken for /, <, <=. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index 86d89e6..53111bf 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.20.18" +"1.0.20.20" -- 1.7.10.4