*** empty log message ***
authorChris Hanson <org/chris-hanson/cph>
Tue, 3 Oct 1989 22:56:03 +0000 (22:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 3 Oct 1989 22:56:03 +0000 (22:56 +0000)
v7/src/runtime/version.scm

index c3a800705b4c60f7a7818a220cd61695ea7f3682..773966086f91d46b53dd50c9743f8e87c3af285e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.60 1989/09/28 21:33:52 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.61 1989/10/03 22:56:03 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 60))
+  (add-identification! "Runtime" 14 61))
 (define microcode-system)
 
 (define (snarf-microcode-version!)