From 402c617ec5c562795686e2897a34dfa258558b5a Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 9 Jun 1997 01:58:13 +0000 Subject: [PATCH] updated version --- RELEASE | 5 ++--- scsh/oldtop.scm | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index 9751a71..f401981 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,5 @@ -We are pleased to release scsh version 0.5.1 to celebrate the -Patriot's Day holiday in the state of Massachusetts. The new release -has many bug fixes, improvements and new features. +We are pleased to release scsh version 0.5.1 to celebrate Flag Day. +The new release has many bug fixes, improvements and new features. The text below gives a general description of scsh, instructions for obtaining it, pointers to discussion forums, and a description of the diff --git a/scsh/oldtop.scm b/scsh/oldtop.scm index c99ea99..39028b8 100644 --- a/scsh/oldtop.scm +++ b/scsh/oldtop.scm @@ -12,7 +12,7 @@ (define scsh-major-version 0) (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, ;;; initialises the scsh system, and either starts up a repl loop