Allow strings and lists for version numbers in systems.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Sep 1988 03:10:00 +0000 (03:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Sep 1988 03:10:00 +0000 (03:10 +0000)
v7/src/runtime/version.scm

index 39e0fe60f5a56279f4cc63f450426aa11f5f023e..578abfcd1fcb2b1adceebc99245b411d950c55a2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.20 1988/08/26 23:00:50 jrm Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.21 1988/09/15 03:10:00 cph Exp $
 
 Copyright (c) 1988 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 20))
+  (add-identification! "Runtime" 14 21))
 
 (define microcode-system)