#| -*-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
(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)))