Release 7.5.7.
authorChris Hanson <org/chris-hanson/cph>
Thu, 20 Apr 2000 20:51:26 +0000 (20:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 20 Apr 2000 20:51:26 +0000 (20:51 +0000)
v7/src/runtime/version.scm

index b75476e03869c789acc2419abf73efc76e45eb89..b1ce160d3f08761484d9b2d97977ee6261a574df 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.184 2000/04/04 17:55:17 cph Exp $
+$Id: version.scm,v 14.185 2000/04/20 20:51:26 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -25,10 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 5 6))
+  (add-subsystem-identification! "Release" '(7 5 7))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-subsystem-identification! "Runtime" '(14 181)))
+  (add-subsystem-identification! "Runtime" '(14 182)))
 
 (define (snarf-microcode-version!)
   (add-subsystem-identification! "Microcode"