From 394eabf282ba2b1d06490394a7c1a2666bd187b6 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sun, 27 Mar 2005 13:55:59 +0000 Subject: [PATCH] 0.8.21: release, tagged as sbcl_0_8_21 --- NEWS | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9649fd2a7..d86d7e69f 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ changes in sbcl-0.8.21 (0.9alpha.1?) relative to sbcl-0.8.20: no longer processed with LOAD, but by READ and EVAL; hence the global optimization policy, startup package, readtable, etc, can be set by them. + * The .fasl file format number has been incremented because of + various incompatible changes. * internal entry point details and argument counts no longer appear in backtraces unless explicitly requested by setting SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS*. diff --git a/version.lisp-expr b/version.lisp-expr index 35e643488..651560e2c 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.20.31" +"0.8.21"