From: Guillermo J. Rozas Date: Sat, 21 Aug 1993 04:50:07 +0000 (+0000) Subject: - Handle address relocation to allow the NT version of Scheme to run X-Git-Tag: 20090517-FFI~8028 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c7329dac1e736438ee94d2557f18ffbf843f7bfb;p=mit-scheme.git - Handle address relocation to allow the NT version of Scheme to run under Windows 3.1. - Cleanup of the NT sources. Remove DOS fossils. --- 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