From: Matt Birkholz Date: Thu, 26 Nov 2015 04:22:00 +0000 (-0700) Subject: 9.2.1: Update versions. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e31714eb3af310e3c70c9a01088e518bcfeeb718;p=mit-scheme.git 9.2.1: Update versions. --- diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index e9a63bd9a..1262ae112 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 9763a7a1b..8190913c5 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.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 diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 9c7cc9943..c8fc6ab05 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -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))))