Update release version to reflect that next release will be 7.7.0
authorChris Hanson <org/chris-hanson/cph>
Mon, 28 Jan 2002 20:24:00 +0000 (20:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 28 Jan 2002 20:24:00 +0000 (20:24 +0000)
rather than 7.6.1.

v7/src/runtime/version.scm

index 3bf7f1ef537a4438f34dc1a7416feefa14d39d55..041d60916665119fd49f3c73e95cb569354d1800 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.204 2001/12/17 17:40:59 cph Exp $
+$Id: version.scm,v 14.205 2002/01/28 20:24:00 cph Exp $
 
-Copyright (c) 1988-2001 Massachusetts Institute of Technology
+Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -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 1 "pre"))
+  (add-subsystem-identification! "Release" '(7 7 0 "pre"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 193)))