From 75dc0ca93caafba1180d12f3b2361a06b3c611be Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 20 Jul 1990 01:24:13 +0000 Subject: [PATCH] Improve copy-program, and move it to a separate file (prgcop) and package (runtime program-copier). --- v7/src/runtime/version.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 69f9c09d7..eba6a74bc 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.89 1990/07/18 20:40:33 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.90 1990/07/20 01:24:13 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -45,8 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 89)) - + (add-identification! "Runtime" 14 90)) (define microcode-system) (define (snarf-microcode-version!) -- 2.25.1