Bump the version number to 0.6.2.

This commit is contained in:
mainzelm 2002-04-21 15:59:38 +00:00
parent 00fea1c246
commit af015e52bf
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6.1
6.2

View File

@ -1,3 +1,3 @@
(define scsh-major-version 0)
(define scsh-minor-version 6)
(define scsh-version-string "0.6.1")
(define scsh-version-string "0.6.2")

View File

@ -347,7 +347,7 @@
(display (string-append
"Welcome to scsh "
scsh-version-string
" (Combinatorial Algorithms)")
" (Gambit-C 4.0)")
(current-output-port))
(newline (current-output-port))
(display "Type ,? for help."