From 67fb768dc41d5b871d45a98af1475280dadd845a Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 30 Dec 2009 20:09:45 +0000 Subject: [PATCH] 1.0.34: will be tagged as sbcl_1_0_34 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9f7e51a..f7ea50f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.33: +changes in sbcl-1.0.34 relative to sbcl-1.0.33: * minor incompatible change: threading support is now enabled by default on x86[-64] Linux. * enhancement: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST now also works on most diff --git a/version.lisp-expr b/version.lisp-expr index 9693120..a82349d 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.33.30" +"1.0.34" -- 1.7.10.4