Update release number to 7.5.11.
authorChris Hanson <org/chris-hanson/cph>
Tue, 28 Nov 2000 18:21:53 +0000 (18:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 28 Nov 2000 18:21:53 +0000 (18:21 +0000)
v7/src/runtime/version.scm

index 8fc1a943264d6e6efcfe59f44077b1030235eb06..0d9937382da90b822d4da40851e0e20507792c4a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.188 2000/10/14 00:57:28 cph Exp $
+$Id: version.scm,v 14.189 2000/11/28 18:21:53 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 10))
+  (add-subsystem-identification! "Release" '(7 5 11))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 184)))