From 37df3b7a41c0052162fe5b3d29381549262a99f3 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sat, 6 Nov 2010 03:29:03 +0000 Subject: [PATCH] 1.0.44: will be tagged as sbcl_1_0_44 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a112344..6e6948f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.43: +changes in sbcl-1.0.44 relative to sbcl-1.0.43: * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs. * enhancement: ALLOCATION-INFORMATION also provides the page the object diff --git a/version.lisp-expr b/version.lisp-expr index 140964b..6c8c8c6 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.43.82" +"1.0.44" -- 1.7.10.4