@iftex
@finalout
@end iftex
-@comment $Id: scheme.texinfo,v 1.124 2003/04/15 03:35:33 cph Exp $
+@comment $Id: scheme.texinfo,v 1.125 2003/09/18 16:51:59 cph Exp $
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename scheme.info
@settitle MIT/GNU Scheme Reference
@titlepage
@title{MIT/GNU Scheme Reference Manual}
@subtitle Edition 1.99
-@subtitle for Scheme Release 7.8.0
-@subtitle 14 April 2003
+@subtitle for Scheme Release 7.7.90
+@subtitle 18 September 2003
@author by Chris Hanson
@author the MIT Scheme Team
@author and a cast of thousands
#| -*-Scheme-*-
-$Id: version.scm,v 14.214 2003/07/22 02:32:34 cph Exp $
+$Id: version.scm,v 14.215 2003/09/18 16:50:53 cph Exp $
Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
(declare (usual-integrations))
(define (initialize-package!)
- (add-subsystem-identification! "Release" '(7 8 0))
+ (add-subsystem-identification! "Release" '(7 7 90))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 3)))