Update to release 7.5.5.
authorChris Hanson <org/chris-hanson/cph>
Fri, 17 Mar 2000 18:18:23 +0000 (18:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 17 Mar 2000 18:18:23 +0000 (18:18 +0000)
v7/src/runtime/version.scm

index 939e423007ab68888ff9375b8c5f42e3400e358e..720591cb87dfaa95743988ecc64954aa8c2b38da 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.182 2000/03/16 17:26:10 cph Exp $
+$Id: version.scm,v 14.183 2000/03/17 18:18:23 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 4))
+  (add-subsystem-identification! "Release" '(7 5 5))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 181)))