From db1814b928c9400194cb1dc6f57f42f2524501cc Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sun, 25 Jul 2004 20:57:11 +0000 Subject: [PATCH] 0.8.13: release, tagged as sbcl_0_8_13 --- NEWS | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1c4311..9c5c417 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,8 @@ changes in sbcl-0.8.13 relative to sbcl-0.8.12: * fixed arguably-a-bug: GC time proportional to number of threads in system even when most of them are idle * optimization: improved performance of BIT and SBIT on bit-vectors. + * .fasl file incompatibility: The fasl file version number has + been incremented because of changes associated with package locks. changes in sbcl-0.8.12 relative to sbcl-0.8.11: * minor incompatible change: the system no longer provides diff --git a/version.lisp-expr b/version.lisp-expr index ae39412..1ced0ec 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.8.12.55" +"0.8.13" -- 1.7.10.4