From 4400b14fd1204e0afe89a37e9235dd3e5e31792b Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 30 Apr 2010 15:42:46 +0000 Subject: [PATCH] 1.0.38: will be tagged as sbcl_1_0_38 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c5ab41f..a9871d1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.37: +changes in sbcl-1.0.38 relative to sbcl-1.0.37: * incompatible change: Thread names are now restricted to SIMPLE-STRINGs like for any other thread-related datastructure, MUTEX, etc. (lp#547095) * deprecation: the SB-QUEUE contrib was merged into the SB-CONCURRENCY diff --git a/version.lisp-expr b/version.lisp-expr index c2ff896..23787a7 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".) -"1.0.37.74" +"1.0.38" -- 1.7.10.4