From 02e5452beebe7b2a26d8a6f280f44ac8ff59574e Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 1 May 2000 03:09:10 +0000
Subject: [PATCH] Update to reflect important bug fix for Win32 systems.

---
 v7/src/microcode/version.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h
index a13c7e265..5e9a36f96 100644
--- a/v7/src/microcode/version.h
+++ b/v7/src/microcode/version.h
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.171 2000/04/20 20:49:53 cph Exp $
+$Id: version.h,v 11.172 2000/05/01 03:09:10 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -24,7 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 /* Scheme system release version */
 
 #ifndef RELEASE
-#define RELEASE		"7.5.7"
+#define RELEASE		"7.5.8"
 #endif
 
 /* Microcode release version */
@@ -33,5 +33,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #define VERSION		11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION	167
+#define SUBVERSION	168
 #endif
-- 
2.25.1