From 82a427855db203c03bebb946235cab68d841e8df Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Mar 1992 19:42:55 +0000 Subject: [PATCH] Various changes that are required by runtime 14.148 and later. Upwards compatible with earlier versions of the runtime system. --- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 9d34e194e..456d173d2 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.110 1992/03/14 00:09:44 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.111 1992/03/16 19:42:55 cph Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 110 +#define SUBVERSION 111 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 07bdd4ead..5ee7a7e70 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.110 1992/03/14 00:09:44 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.111 1992/03/16 19:42:55 cph Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 110 +#define SUBVERSION 111 #endif -- 2.25.1