From: Guillermo J. Rozas Date: Fri, 5 Jun 1992 04:44:54 +0000 (+0000) Subject: Fix a major bug in bchscheme, and minor changes for DOS. X-Git-Tag: 20090517-FFI~9283 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=19c6d3e874801f0ac86f64fb07fb9ed2bbe1f4d0;p=mit-scheme.git Fix a major bug in bchscheme, and minor changes for DOS. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 646caf0cb..cce9c855b 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.113 1992/05/23 01:19:03 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.114 1992/06/05 04:44:54 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 113 +#define SUBVERSION 114 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 3f3e02886..52ac04c1c 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.113 1992/05/23 01:19:03 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.114 1992/06/05 04:44:54 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 113 +#define SUBVERSION 114 #endif