*** empty log message ***
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 1989 04:43:54 +0000 (04:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Oct 1989 04:43:54 +0000 (04:43 +0000)
v7/src/runtime/version.scm

index 2756a422b8bc93cbac4727c612c2d44c15e40e5b..3fd35c590172fd7c68fafb61e6dbf94909db68b3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.62 1989/10/26 06:47:30 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.63 1989/10/27 04:43:54 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 62))
+  (add-identification! "Runtime" 14 63))
 (define microcode-system)
 
 (define (snarf-microcode-version!)