From: Chris Hanson Date: Mon, 10 Dec 1990 19:40:48 +0000 (+0000) Subject: Change release string to indicate beta test. X-Git-Tag: 20090517-FFI~10992 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=51b712a1c98aa444d75ed859ea459aaf8b590f03;p=mit-scheme.git Change release string to indicate beta test. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index c25c1c4b5..f495b29be 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 11.58 1990/12/01 00:21:48 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.59 1990/12/10 19:40:48 cph Rel $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.1.0 (alpha)" +#define RELEASE "7.1.0 (beta)" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 58 +#define SUBVERSION 59 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 34e5b2e00..9fe6f32cb 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 11.58 1990/12/01 00:21:48 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.59 1990/12/10 19:40:48 cph Rel $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.1.0 (alpha)" +#define RELEASE "7.1.0 (beta)" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 58 +#define SUBVERSION 59 #endif