No longer an alpha version.
This commit is contained in:
parent
29f7483d60
commit
3eec9a6429
|
@ -344,10 +344,10 @@
|
||||||
args
|
args
|
||||||
context
|
context
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(display "Welcome to scsh 0.6 (Chinese Democracy) [alpha version]"
|
(display "Welcome to scsh 0.6.0 (Chinese Democracy)"
|
||||||
(current-output-port))
|
(current-output-port))
|
||||||
(newline (current-output-port))
|
(newline (current-output-port))
|
||||||
(display "Type ,? for help and ,debug to enter the debugger"
|
(display "Type ,? for help."
|
||||||
(current-output-port))
|
(current-output-port))
|
||||||
(newline (current-output-port))
|
(newline (current-output-port))
|
||||||
(in-package (user-environment) '())))))
|
(in-package (user-environment) '())))))
|
||||||
|
|
Loading…
Reference in New Issue