Microcode version 11 requires this runtime version.
authorChris Hanson <org/chris-hanson/cph>
Wed, 20 Sep 1989 15:11:40 +0000 (15:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Sep 1989 15:11:40 +0000 (15:11 +0000)
v7/src/runtime/version.scm

index 9918bd271f0e5d34fdcb42af6f84fafc11f25d98..dd16878c9281763f79d489394d6c9fdc7548b164 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.57 1989/09/15 17:18:08 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.58 1989/09/20 15:11:40 cph Exp $
 
 Copyright (c) 1988, 1989 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 57))
+  (add-identification! "Runtime" 14 58))
 (define microcode-system)
 
 (define (snarf-microcode-version!)