Improve copy-program, and move it to a separate file (prgcop) and
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Jul 1990 01:24:13 +0000 (01:24 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Jul 1990 01:24:13 +0000 (01:24 +0000)
package (runtime program-copier).

v7/src/runtime/version.scm

index 69f9c09d74c386d0d6dd74f46f68078d5372961d..eba6a74bc598bbdf0b6214d65eb854caaf17942f 100644 (file)
@@ -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!)