updated version

This commit is contained in:
bdc 1997-06-09 01:58:13 +00:00
parent 13dbef06b1
commit 402c617ec5
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
We are pleased to release scsh version 0.5.1 to celebrate the We are pleased to release scsh version 0.5.1 to celebrate Flag Day.
Patriot's Day holiday in the state of Massachusetts. The new release The new release has many bug fixes, improvements and new features.
has many bug fixes, improvements and new features.
The text below gives a general description of scsh, instructions for The text below gives a general description of scsh, instructions for
obtaining it, pointers to discussion forums, and a description of the obtaining it, pointers to discussion forums, and a description of the

View File

@ -12,7 +12,7 @@
(define scsh-major-version 0) (define scsh-major-version 0)
(define scsh-minor-version 5) (define scsh-minor-version 5)
(define scsh-version-string "0.5.0") (define scsh-version-string "0.5.1")
;;; A scsh starter takes the command line args, parses them, ;;; A scsh starter takes the command line args, parses them,
;;; initialises the scsh system, and either starts up a repl loop ;;; initialises the scsh system, and either starts up a repl loop