From: Chris Hanson Date: Tue, 14 Mar 1989 02:18:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~12237 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5c4d40ebfd15452b8c162836dc3f5c5d5ab4cb27;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 01ba9411b..731fa1a3c 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.37 1989/03/07 01:23:35 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.38 1989/03/14 02:18:42 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988, 1989 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 37)) + (add-identification! "Runtime" 14 38)) (define microcode-system)