From: Chris Hanson Date: Mon, 6 Nov 1995 10:03:23 +0000 (+0000) Subject: Update for release. X-Git-Tag: 20090517-FFI~5759 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=078305dec1a4e0163366894abe5dcf39abf820dc;p=mit-scheme.git Update for release. --- diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index fef4b4632..eae9b7f0b 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.89 1995/11/01 00:56:47 cph Exp $ +$Id: make.scm,v 3.90 1995/11/06 10:03:23 cph Exp $ -Copyright (c) 1989-94 Massachusetts Institute of Technology +Copyright (c) 1989-95 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -58,4 +58,4 @@ MIT in each case. |# ((UNIX) "edwinunx") (else "edwinunk")))))) 'QUERY))))) -(add-system! (make-system "Edwin" 3 86 '())) \ No newline at end of file +(add-system! (make-system "Edwin" 3 90 '())) \ No newline at end of file diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 03844dafc..f11dfeaaf 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.167 1995/05/20 10:20:21 cph Exp $ +$Id: version.scm,v 14.168 1995/11/06 10:02:41 cph Exp $ -Copyright (c) 1988-1993 Massachusetts Institute of Technology +Copyright (c) 1988-95 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -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 167)) + (add-identification! "Runtime" 14 168)) (define microcode-system)