Release 7.5.8.
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 May 2000 03:09:45 +0000 (03:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 May 2000 03:09:45 +0000 (03:09 +0000)
v7/src/runtime/version.scm

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