From 5c6b1ed3209c4cbd7ad7a97719c4518264a87b22 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 30 Jul 2008 14:39:40 +0000 Subject: [PATCH] 1.0.19.5: minor wording fix * Patch by Zach Beane. --- src/code/fd-stream.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index 4eab347..8961da4 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -450,7 +450,7 @@ (attempt-resync () :report (lambda (stream) (format stream - "~@")) (fd-stream-resync stream) nil) diff --git a/version.lisp-expr b/version.lisp-expr index 2e843e5..fb3d67f 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.19.4" +"1.0.19.5" -- 1.7.10.4