Added subprocess support.
authorMark Friedman <edu/mit/csail/zurich/markf>
Fri, 2 Mar 1990 20:24:46 +0000 (20:24 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Fri, 2 Mar 1990 20:24:46 +0000 (20:24 +0000)
v7/src/runtime/version.scm

index a5aad27414a4a720154e88a21dc2dbae1ca5f8fd..bc36138a47e53346af67ca58cb01456aba13119c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.76 1990/02/25 23:23:57 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.77 1990/03/02 20:24:46 markf Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -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 76))
+  (add-identification! "Runtime" 14 77))
 
 (define microcode-system)