From c0f43bb6f83536b6177de3bae170b1fd7a760917 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 17 Jul 2009 21:20:31 +0000 Subject: [PATCH] 1.0.30: release, will be tagged as sbcl_0_1_0_30 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e50aaa2..ddc4f4e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes in sbcl-1.0.29.54.rc1 relative to sbcl-1.0.29: +changes in sbcl-1.0.30 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 aecef95..2cf0ad8 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.rc5" +"1.0.30" -- 1.7.10.4