Update versions to 9.2.1.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 05:33:35 +0000 (22:33 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 3 Jan 2016 20:06:10 +0000 (13:06 -0700)
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/runtime/version.scm

index 22e04a34d8b96855355021e7e63905982bcab281..d452fcfead74518cee3fa4ddcad38e25b3576e64 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 7ddc5f3b8a88eb81c20bad8c54843d68ac9b101f..100a05b5219f4956a1bfdf1131c7bc8f32f3c3ae 100644 (file)
@@ -2,8 +2,8 @@
 @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
@@ -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 4d37e8227ef3206764a71f6a4379638e1e933a68..b46f12e3b9c47ce2ebc626f8f20916e677f8f411 100644 (file)
@@ -37,7 +37,7 @@ USA.
         (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))))