Update version number for 7.6.0 release.
authorChris Hanson <org/chris-hanson/cph>
Wed, 14 Nov 2001 21:11:13 +0000 (21:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 14 Nov 2001 21:11:13 +0000 (21:11 +0000)
v7/src/runtime/version.scm

index d46c526a19819ce34c245fa42f03457ab73b0fad..54ae30c2a22a8660e3c2363c46f13893566d3bd6 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.201 2001/11/05 21:24:54 cph Exp $
+$Id: version.scm,v 14.202 2001/11/14 21:11:13 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 5 18 "pre"))
+  (add-subsystem-identification! "Release" '(7 6 0))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 192)))