Update to reflect that things have changed since the 7.6.0 release.
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 04:32:10 +0000 (04:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 04:32:10 +0000 (04:32 +0000)
v7/src/runtime/version.scm

index 54ae30c2a22a8660e3c2363c46f13893566d3bd6..342b524acb7a0fcc2c631bd0aaf3ca21bf255e15 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.202 2001/11/14 21:11:13 cph Exp $
+$Id: version.scm,v 14.203 2001/12/17 04:32:10 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 6 0))
+  (add-subsystem-identification! "Release" '(7 6 1 "pre"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 192)))