From: Chris Hanson <org/chris-hanson/cph>
Date: Sat, 20 May 1995 10:20:45 +0000 (+0000)
Subject: New version in anticipation of OS/2 release.
X-Git-Tag: 20090517-FFI~6284
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0e0b86693fe7b54d71d78b9f806e30bf7ad98ed9;p=mit-scheme.git

New version in anticipation of OS/2 release.
---

diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm
index 1e00094c4..bca542f70 100644
--- a/v7/src/edwin/make.scm
+++ b/v7/src/edwin/make.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.85 1994/12/19 19:41:06 cph Exp $
+$Id: make.scm,v 3.86 1995/05/20 10:20:45 cph Exp $
 
 Copyright (c) 1989-94 Massachusetts Institute of Technology
 
@@ -49,4 +49,4 @@ MIT in each case. |#
 	"edwin"
 	`((os-type . ,microcode-id/operating-system))
 	'QUERY)))))
-(add-system! (make-system "Edwin" 3 84 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 86 '()))
\ No newline at end of file
diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h
index 30d1a1fc2..505974e51 100644
--- a/v7/src/microcode/version.h
+++ b/v7/src/microcode/version.h
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.148 1994/10/04 22:02:52 cph Exp $
+$Id: version.h,v 11.149 1995/05/20 10:15:39 cph Exp $
 
 Copyright (c) 1988-94 Massachusetts Institute of Technology
 
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION		11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION	148
+#define SUBVERSION	149
 #endif
diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm
index 9d5d84602..03844dafc 100644
--- a/v7/src/runtime/version.scm
+++ b/v7/src/runtime/version.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.166 1993/11/09 04:31:43 cph Exp $
+$Id: version.scm,v 14.167 1995/05/20 10:20:21 cph Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
 		     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 166))
+  (add-identification! "Runtime" 14 167))
 
 (define microcode-system)
 
diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h
index 30d1a1fc2..505974e51 100644
--- a/v8/src/microcode/version.h
+++ b/v8/src/microcode/version.h
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.148 1994/10/04 22:02:52 cph Exp $
+$Id: version.h,v 11.149 1995/05/20 10:15:39 cph Exp $
 
 Copyright (c) 1988-94 Massachusetts Institute of Technology
 
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION		11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION	148
+#define SUBVERSION	149
 #endif