From 3eec9a64298835966d7136a34d263ff4f1f27b38 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 3 Jan 2002 10:16:40 +0000 Subject: [PATCH] No longer an alpha version. --- scsh/top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scsh/top.scm b/scsh/top.scm index 2383ec3..54c4932 100644 --- a/scsh/top.scm +++ b/scsh/top.scm @@ -344,10 +344,10 @@ args context (lambda () - (display "Welcome to scsh 0.6 (Chinese Democracy) [alpha version]" + (display "Welcome to scsh 0.6.0 (Chinese Democracy)" (current-output-port)) (newline (current-output-port)) - (display "Type ,? for help and ,debug to enter the debugger" + (display "Type ,? for help." (current-output-port)) (newline (current-output-port)) (in-package (user-environment) '())))))