From c7329dac1e736438ee94d2557f18ffbf843f7bfb Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 21 Aug 1993 04:50:07 +0000 Subject: [PATCH] - Handle address relocation to allow the NT version of Scheme to run under Windows 3.1. - Cleanup of the NT sources. Remove DOS fossils. --- 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 2b9509056..29799fed8 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.135 1993/08/17 21:28:08 cph Exp $ +$Id: version.h,v 11.136 1993/08/21 04:50:07 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 135 +#define SUBVERSION 136 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 2b9509056..29799fed8 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.135 1993/08/17 21:28:08 cph Exp $ +$Id: version.h,v 11.136 1993/08/21 04:50:07 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 135 +#define SUBVERSION 136 #endif -- 2.25.1