From f1bdcc53c89cebda2169529111c7f20251a1afec Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Mon, 1 Dec 2003 19:58:54 +0000 Subject: [PATCH] 0.8.6.23: add a missing \ to the SBCL banner, to de-confuse GCCs that don't allow multi-line strings. --- src/runtime/runtime.c | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 166e7ac..429eca3 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -166,7 +166,7 @@ print_banner() { printf( "This is SBCL %s, an implementation of ANSI Common Lisp.\n\ -More information about SBCL is available at . +More information about SBCL is available at .\ \n\ SBCL is free software, provided as is, with absolutely no warranty.\n\ It is mostly in the public domain; some portions are provided under\n\ diff --git a/version.lisp-expr b/version.lisp-expr index 2535bfe..5da45c8 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".) -"0.8.6.22" +"0.8.6.23" -- 1.7.10.4