From: Chris Hanson Date: Sat, 1 Jul 1989 12:49:40 +0000 (+0000) Subject: Prepare for beta test 7.0.0 X-Git-Tag: 20090517-FFI~11964 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c25299de20c5ad9afef30f5d61a75bdd7cfe020c;p=mit-scheme.git Prepare for beta test 7.0.0 --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 3a048d31c..8c344416d 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.85 1989/06/22 18:18:47 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.86 1989/07/01 12:49:40 cph Rel $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7 (alpha)" +#define RELEASE "7.0.0 (beta)" #endif /* Microcode release version */ @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 85 +#define SUBVERSION 86 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ca79b2979..5caa2ed3b 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.85 1989/06/22 18:18:47 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.86 1989/07/01 12:49:40 cph Rel $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7 (alpha)" +#define RELEASE "7.0.0 (beta)" #endif /* Microcode release version */ @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 85 +#define SUBVERSION 86 #endif #ifndef UCODE_TABLES_FILENAME