summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2004-07-25 20:57:11 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2004-07-25 20:57:11 +0000
commitdb1814b928c9400194cb1dc6f57f42f2524501cc (patch)
treee24c2e48bbb6cd19c5d80bfd5164d39e7dcb37a4
parent992302a10c6e49f63ba495f8fde64d82b6ac9b1d (diff)
release, tagged as sbcl_0_8_13
-rw-r--r--NEWS2
-rw-r--r--version.lisp-expr2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f1c4311a1..9c5c417b4 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 ae3941213..1ced0ec82 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"