updated version
This commit is contained in:
parent
13dbef06b1
commit
402c617ec5
5
RELEASE
5
RELEASE
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue