fix named let
authorJoe Marshall <edu/mit/csail/zurich/jrm>
Fri, 26 Aug 1988 23:00:50 +0000 (23:00 +0000)
committerJoe Marshall <edu/mit/csail/zurich/jrm>
Fri, 26 Aug 1988 23:00:50 +0000 (23:00 +0000)
v7/src/runtime/version.scm

index 733f755ad993c0fd60f863c441a7ce078474ab42..39e0fe60f5a56279f4cc63f450426aa11f5f023e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.19 1988/08/15 22:00:48 cph Exp $
+$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 $
 
 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 19))
+  (add-identification! "Runtime" 14 20))
 
 (define microcode-system)