From: Guillermo J. Rozas Date: Thu, 28 Mar 1991 20:08:35 +0000 (+0000) Subject: Some patches for the NeXT, and other cacheing 68040s. X-Git-Tag: 20090517-FFI~10801 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=51d568d2ee36b1dc793f50ce8aa83b58fa4c81b7;p=mit-scheme.git Some patches for the NeXT, and other cacheing 68040s. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 33baee7e5..08f9bc359 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.71 1991/03/26 18:46:30 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.72 1991/03/28 20:08:35 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 71 +#define SUBVERSION 72 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 7124e3580..020592cb7 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.71 1991/03/26 18:46:30 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.72 1991/03/28 20:08:35 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 71 +#define SUBVERSION 72 #endif