From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 8 Nov 1990 11:14:54 +0000 (+0000)
Subject: Bug fixes and enhancement of socket and subprocess code.
X-Git-Tag: 20090517-FFI~11092
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1ae5ff55a3de9090cf6b0ab5bfdf465750a3d615;p=mit-scheme.git

Bug fixes and enhancement of socket and subprocess code.
---

diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h
index 442a7b93f..91aa1fb14 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.51 1990/11/05 11:55:48 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.52 1990/11/08 11:14:54 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION		11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION	51
+#define SUBVERSION	52
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h
index de15b3478..754744e4a 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.51 1990/11/05 11:55:48 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.52 1990/11/08 11:14:54 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION		11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION	51
+#define SUBVERSION	52
 #endif
 
 #ifndef UCODE_TABLES_FILENAME