From 7045acc30c7b9cd2eef46657f610db291a96bcb0 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Wed, 26 Feb 2003 01:24:19 +0000 Subject: [PATCH] 0.7.13: release, tagged as sbcl_0_7_13 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d547abe..e55472f 100644 --- a/NEWS +++ b/NEWS @@ -1506,7 +1506,7 @@ changes in sbcl-0.7.13 relative to sbcl-0.7.12: SBCL now looks for its core file in /usr/{local/,}lib/sbcl/sbcl.core if it's not in $SBCL_HOME. It also sets SBCL_HOME to match. * REQUIRE and PROVIDE are now optionally capable of doing something - useful: see the documentation string for REQUIRE + useful. See the documentation string for REQUIRE. * infrastructure for a managed SBCL contrib system: contributed modules in this release include: ** the ASDF system definition facility; diff --git a/version.lisp-expr b/version.lisp-expr index 4d38ef0..609de7e 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.12.59" +"0.7.13" -- 1.7.10.4