9.2.1: Update versions.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 04:22:00 +0000 (21:22 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 04:22:00 +0000 (21:22 -0700)
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/runtime/version.scm

index e9a63bd9a02d899c4aeb5a56daf8fe7d9fec47c3..1262ae11219da279fc6358063e7bccc3bca6e4b7 100644 (file)
@@ -2,8 +2,8 @@
 @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
index 9763a7a1b09b0a0296435d088a675f37f3390448..8190913c5b78ae37dc311b5cc81aaf68e528152c 100644 (file)
@@ -2,8 +2,8 @@
 @comment %**start of header
 @setfilename mit-scheme-user
 @set EDITION 1.94
-@set VERSION 9.4
-@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
@@ -389,12 +389,12 @@ MIT/GNU Scheme is invoked by double-clicking on a shortcut.  In
 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
 
index 9c7cc9943ce2042a5fcb084e6cb201e00de8657b..c8fc6ab053087227416a21970972d361279eedf0 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (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))))