From 16983eef3df63e0db1db687710bda16fe5f0165d Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 25 Nov 2015 22:33:35 -0700 Subject: [PATCH] Update versions to 9.2.1. --- doc/ref-manual/scheme.texinfo | 4 ++-- doc/user-manual/user.texinfo | 10 +++++----- src/runtime/version.scm | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index 22e04a34d..d452fcfea 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -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 diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index 7ddc5f3b8..100a05b52 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -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 diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 4d37e8227..b46f12e3b 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -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)))) -- 2.25.1