From 8cc24bbe258c31be4740a2ccef2f301a6bebcaa0 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Mon, 6 Dec 2010 01:25:53 +0000 Subject: [PATCH] 1.0.45: will be tagged as sbcl_1_0_45 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5cba2f6..76c54b1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.44: +changes in sbcl-1.0.45 relative to sbcl-1.0.44: * enhancement: ~/ and ~user/ are treated specially in pathnames. Refer to documentation for details. * enhancement: ASDF has been updated to version 2.010. diff --git a/version.lisp-expr b/version.lisp-expr index c5f86be..15583f4 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.44.36" +"1.0.45" -- 1.7.10.4