From: Chris Hanson <org/chris-hanson/cph> Date: Wed, 14 Nov 1990 11:32:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~11069 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9457d6c5c890b3b8fa1c34165d180963b06ce8a7;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 2f2b29a22..3baf91098 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.53 1990/11/13 08:45:31 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.54 1990/11/14 11:32:47 cph Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,9 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 53 -#endif - -#ifndef UCODE_TABLES_FILENAME -#define UCODE_TABLES_FILENAME "utabmd.bin" +#define SUBVERSION 54 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index cad209d15..f96e2a06d 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.53 1990/11/13 08:45:31 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.54 1990/11/14 11:32:47 cph Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,9 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 53 -#endif - -#ifndef UCODE_TABLES_FILENAME -#define UCODE_TABLES_FILENAME "utabmd.bin" +#define SUBVERSION 54 #endif