From 2a581d573f2f6a514c5ae91ec1ea866deab993f8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 15 Apr 1988 17:00:40 +0000 Subject: [PATCH] Release 6.2.1 --- v7/src/microcode/version.h | 6 +++--- v8/src/microcode/version.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 6cb8e6b94..1e5fdb7d4 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.31 1988/04/03 18:13:26 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.32 1988/04/15 17:00:40 cph Rel $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "6.2.0" +#define RELEASE "6.2.1" #endif /* Microcode release version */ @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 31 +#define SUBVERSION 32 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 429b6c292..a3d9b7ef2 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.31 1988/04/03 18:13:26 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.32 1988/04/15 17:00:40 cph Rel $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "6.2.0" +#define RELEASE "6.2.1" #endif /* Microcode release version */ @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 31 +#define SUBVERSION 32 #endif #ifndef UCODE_TABLES_FILENAME -- 2.25.1