From 5b5f58bd701f28c039d246172624ca112092b62a Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 21 Apr 1997 20:55:48 +0000 Subject: [PATCH] fixed version numbers --- RELEASE | 14 +++++--------- scsh/minor-version-number | 2 +- scsh/oldtop.scm | 4 ++-- scsh/scsh-version.scm | 4 ++-- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/RELEASE b/RELEASE index 089048c..25fe8e5 100644 --- a/RELEASE +++ b/RELEASE @@ -1,14 +1,10 @@ -Scsh is two -=========== - -Scheme shell version 0.1 was released to the Net exactly two years ago -today, Halloween 1994. We are pleased to release scsh version 0.4.5 to -mark scsh's second birthday. The new release has many bug fixes, -improvements and new features. +We are pleased to release scsh version 0.5.0 to celebrate the +Patriot's Day holiday in the state of Massachusetts. 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 -new features in release 0.4. To read this document with emacs outline +new features in release 0.5. To read this document with emacs outline mode, say M-x outline-mode. * What is scsh @@ -198,4 +194,4 @@ Brought to you by the Scheme Underground scsh team. Go forth and write elegant systems programs. -Olin Shivers & Brian Carlstrom Cambridge - 31 October, 1996 + 21 April 1997 diff --git a/scsh/minor-version-number b/scsh/minor-version-number index 4caecc7..819e07a 100644 --- a/scsh/minor-version-number +++ b/scsh/minor-version-number @@ -1 +1 @@ -4.5 +5.0 diff --git a/scsh/oldtop.scm b/scsh/oldtop.scm index fd3e415..c99ea99 100644 --- a/scsh/oldtop.scm +++ b/scsh/oldtop.scm @@ -11,8 +11,8 @@ (define (command-line) (append %internal-command-line-arguments '())) (define scsh-major-version 0) -(define scsh-minor-version 4) -(define scsh-version-string "0.4.0") +(define scsh-minor-version 5) +(define scsh-version-string "0.5.0") ;;; A scsh starter takes the command line args, parses them, ;;; initialises the scsh system, and either starts up a repl loop diff --git a/scsh/scsh-version.scm b/scsh/scsh-version.scm index 4113265..71d1ee4 100644 --- a/scsh/scsh-version.scm +++ b/scsh/scsh-version.scm @@ -1,3 +1,3 @@ (define scsh-major-version 0) -(define scsh-minor-version 4) -(define scsh-version-string "0.4") +(define scsh-minor-version 5) +(define scsh-version-string "0.5")