From 3eec1075b7a872a4afd93b1607b13f534bd4fc19 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 19 Jul 1987 21:59:17 +0000 Subject: [PATCH] New release number "5.3.0". --- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index fd84f91cb..f2148d17d 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -30,14 +30,14 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.82 1987/07/18 03:05:18 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.83 1987/07/19 21:59:17 cph Exp $ This file contains version information for the microcode. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "5.2.0" +#define RELEASE "5.3.0" #endif /* Microcode release version */ diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 03fc208bd..7d3ff3305 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -30,14 +30,14 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.82 1987/07/18 03:05:18 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.83 1987/07/19 21:59:17 cph Exp $ This file contains version information for the microcode. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "5.2.0" +#define RELEASE "5.3.0" #endif /* Microcode release version */ -- 2.25.1