No longer an alpha version.

This commit is contained in:
mainzelm 2002-01-03 10:16:40 +00:00
parent 29f7483d60
commit 3eec9a6429
1 changed files with 2 additions and 2 deletions

View File

@ -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) '())))))