From: Chris Hanson Date: Wed, 24 Apr 1996 04:37:20 +0000 (+0000) Subject: Many changes subsequent to release. X-Git-Tag: 20090517-FFI~5566 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7d1ab932a169bb15b6caa2ed1117f593447563e6;p=mit-scheme.git Many changes subsequent to release. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index f11dfeaaf..20546bb4a 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.168 1995/11/06 10:02:41 cph Exp $ +$Id: version.scm,v 14.169 1996/04/24 04:37:20 cph Exp $ -Copyright (c) 1988-95 Massachusetts Institute of Technology +Copyright (c) 1988-96 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 168)) + (add-identification! "Runtime" 14 169)) (define microcode-system)