From abd7e18d16d967df350d206d81bb2835c0b96cc1 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 27 Mar 2011 12:46:43 +0000 Subject: [PATCH] 1.0.47: Will be tagged as 1_0.47 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7457a82..89d2128 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.46: +changes in sbcl-1.0.47 relative to sbcl-1.0.46: * bug fix: fix mach port rights leaks in mach exception handling code on darwin/x86 and /x86-64. (thanks to Willem Oudshoorn for motivation and the initial patch) diff --git a/version.lisp-expr b/version.lisp-expr index 4c80acd..5ba6139 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -20,4 +20,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.46.44" +"1.0.47" -- 1.7.10.4