From: Guillermo J. Rozas Date: Sat, 7 Sep 1991 22:48:14 +0000 (+0000) Subject: Add more options for bchscheme. X-Git-Tag: 20090517-FFI~10233 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f11e22a5ea70741414132a0c4ac26bc707159af2;p=mit-scheme.git Add more options for bchscheme. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index cd5626caf..f71faa9f7 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.97 1991/08/31 03:59:26 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.98 1991/09/07 22:48:14 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 97 +#define SUBVERSION 98 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index eddfb4278..344b9e611 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.97 1991/08/31 03:59:26 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.98 1991/09/07 22:48:14 jinx Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 97 +#define SUBVERSION 98 #endif