From 880b55f2d00cb118f818d4a23459668839767dfc Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Mon, 24 Mar 2003 14:42:50 +0000 Subject: [PATCH] 0.7.14: release, tagged as sbcl_0_7_14 --- NEWS | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 515f424..c91a63d 100644 --- a/NEWS +++ b/NEWS @@ -1598,6 +1598,7 @@ changes in sbcl-0.7.14 relative to sbcl-0.7.13: variable. (found by Rolf Wester) * SBCL does not ignore type declarations for special variables. (reported by rif on c.l.l 2003-03-05) + * some bug fixes in contrib/sb-aclrepl/ * fixed some bugs revealed by Paul Dietz' test suite: ** a bug in the CONS type specifier, whereby the CAR and CDR types got intertwined, has been fixed; diff --git a/version.lisp-expr b/version.lisp-expr index 5c89e7a..d32a655 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.13.35" +"0.7.14" -- 1.7.10.4