From c3a003ecf3dbccf5a583a8dfef11d24ef730f22b Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 29 Jun 2009 07:46:49 +0000 Subject: [PATCH] 1.0.29.54.rc1: pre-release freeze start --- NEWS | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5477cc3..4481e43 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes in sbcl-1.0.29.54.rc1 relative to sbcl-1.0.29: * minor incompatible change: SB-THREAD:JOIN-THREAD-ERROR-THREAD and SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD have been deprecated in favor of SB-THREAD:THREAD-ERROR-THREAD. diff --git a/version.lisp-expr b/version.lisp-expr index be4212d..b633a15 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.29.54" +"1.0.29.54.rc1" -- 1.7.10.4