@comment %**start of header
@setfilename mit-scheme-ref
@set EDITION 1.105
-@set VERSION 9.2
-@set UPDATED 2014-05-05
+@set VERSION 9.2.1
+@set UPDATED 2015-11-25
@settitle MIT/GNU Scheme @value{VERSION}
@comment %**end of header
@setchapternewpage odd
@comment %**start of header
@setfilename mit-scheme-user
@set EDITION 1.94
-@set VERSION 9.2
-@set UPDATED 2014-05-05
+@set VERSION 9.2.1
+@set UPDATED 2015-11-25
@settitle MIT/GNU Scheme @value{VERSION}
@comment %**end of header
@setchapternewpage odd
either case, Scheme will load itself and print something like this:
@example
-Copyright (C) 2014 Massachusetts Institute of Technology
+Copyright (C) 2015 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-Image saved on Friday May 16, 2014 at 10:35:55 PM
- Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64 4.118
+Image saved on Wednesday November 25, 2015 at 3:49:35 PM
+ Release 9.2.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/i386 4.118
Edwin 3.116
@end example
(let ((now 2014)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(9 2))
+ (add-subsystem-identification! "Release" '(9 2 1))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))