From 7d1ab932a169bb15b6caa2ed1117f593447563e6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 24 Apr 1996 04:37:20 +0000 Subject: [PATCH] Many changes subsequent to release. --- v7/src/runtime/version.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.25.1