From 4dff5b53bb45901ca15991fdf36add167d57331e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 13 Jan 1987 18:14:24 +0000 Subject: [PATCH] Remove version number from `UCODE_TABLES_FILENAME', to simplify distribution. This may cause synchronization problems later! --- v7/src/microcode/version.h | 6 +++--- v8/src/microcode/version.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index bc19620f5..7daed7023 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 5.9 1987/01/11 13:18:54 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 5.10 1987/01/13 18:14:24 cph Exp $ This file contains version information for the microcode. */ @@ -46,9 +46,9 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 18 +#define SUBVERSION 19 #endif #ifndef UCODE_TABLES_FILENAME -#define UCODE_TABLES_FILENAME "utabmd.bin.100" +#define UCODE_TABLES_FILENAME "utabmd.bin" #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ac42fa4c8..89c981ba6 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 5.9 1987/01/11 13:18:54 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 5.10 1987/01/13 18:14:24 cph Exp $ This file contains version information for the microcode. */ @@ -46,9 +46,9 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 18 +#define SUBVERSION 19 #endif #ifndef UCODE_TABLES_FILENAME -#define UCODE_TABLES_FILENAME "utabmd.bin.100" +#define UCODE_TABLES_FILENAME "utabmd.bin" #endif -- 2.25.1