Bump the version number to 0.6.2.
This commit is contained in:
parent
00fea1c246
commit
af015e52bf
|
@ -1 +1 @@
|
|||
6.1
|
||||
6.2
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue