From 0a35757f05cd80efc936c6e1281a87ed26f830be Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 5 Jan 2019 23:15:22 -0800 Subject: [PATCH] Update version to 10.1.4. --- doc/configure.ac | 2 +- doc/mit-scheme.1 | 2 +- doc/ref-manual/scheme.texinfo | 7 +++---- doc/user-manual/user.texinfo | 7 +++---- src/blowfish/mit-scheme-blowfish.texi | 2 +- src/configure.ac | 2 +- src/gdbm/mit-scheme-gdbm.texi | 2 +- src/runtime/version.scm | 2 +- 8 files changed, 12 insertions(+), 14 deletions(-) diff --git a/doc/configure.ac b/doc/configure.ac index 201c8e6cb..e4cae5497 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [10.1.3], + [10.1.4], [bug-mit-scheme@gnu.org], [mit-scheme-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/doc/mit-scheme.1 b/doc/mit-scheme.1 index fdcf16651..1ecfc45a3 100644 --- a/doc/mit-scheme.1 +++ b/doc/mit-scheme.1 @@ -1,4 +1,4 @@ -.TH "mit-scheme" "1" "10.1.3" "MIT/GNU Scheme Team" "" +.TH "mit-scheme" "1" "10.1.4" "MIT/GNU Scheme Team" "" .SH "NAME" .LP mit-scheme - The MIT/GNU Scheme development environment diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index 330973547..1130596f9 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -1,9 +1,8 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename mit-scheme-ref -@set EDITION 1.106 -@set VERSION 10.1.3 -@set UPDATED 2017-02-15 +@set VERSION 10.1.4 +@set UPDATED 2018-10-31 @settitle MIT/GNU Scheme @value{VERSION} @comment %**end of header @setchapternewpage odd @@ -46,7 +45,7 @@ Documentation License.'' @titlepage @title MIT/GNU Scheme Reference Manual -@subtitle Edition @value{EDITION} for release @value{VERSION} +@subtitle For MIT/GNU Scheme @value{VERSION} @subtitle @value{UPDATED} @author by Chris Hanson @author the MIT Scheme Team diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index 91a0e20a5..ed676a35d 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -1,9 +1,8 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename mit-scheme-user -@set EDITION 1.95 -@set VERSION 10.1.3 -@set UPDATED 2015-11-25 +@set VERSION 10.1.4 +@set UPDATED 2018-11-22 @settitle MIT/GNU Scheme @value{VERSION} @comment %**end of header @setchapternewpage odd @@ -46,7 +45,7 @@ Documentation License.'' @titlepage @title MIT/GNU Scheme User's Manual -@subtitle Edition @value{EDITION} for MIT/GNU Scheme @value{VERSION} +@subtitle For MIT/GNU Scheme @value{VERSION} @subtitle @value{UPDATED} @author by Stephen Adams @author Chris Hanson diff --git a/src/blowfish/mit-scheme-blowfish.texi b/src/blowfish/mit-scheme-blowfish.texi index 303463f2b..4093b78c2 100644 --- a/src/blowfish/mit-scheme-blowfish.texi +++ b/src/blowfish/mit-scheme-blowfish.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-blowfish.info @include version.texi -@set SCMVERS 10.1.3 +@set SCMVERS 10.1.4 @settitle MIT/GNU Scheme Blowfish Plugin Manual @comment %**end of header diff --git a/src/configure.ac b/src/configure.ac index 80794cee2..bde58ed6a 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([MIT/GNU Scheme], [10.1.3], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme], [10.1.4], [bug-mit-scheme@gnu.org], [mit-scheme]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_CONFIG_AUX_DIR([microcode]) AC_PROG_MAKE_SET diff --git a/src/gdbm/mit-scheme-gdbm.texi b/src/gdbm/mit-scheme-gdbm.texi index 611f56fea..fc4031e19 100644 --- a/src/gdbm/mit-scheme-gdbm.texi +++ b/src/gdbm/mit-scheme-gdbm.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename mit-scheme-gdbm.info @include version.texi -@set SCMVERS 10.1.3 +@set SCMVERS 10.1.4 @settitle MIT/GNU Scheme GDBM Plugin Manual @comment %**end of header diff --git a/src/runtime/version.scm b/src/runtime/version.scm index cf299b518..15ed3a0d1 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" '(10 1 3)) + (add-subsystem-identification! "Release" '(10 1 4)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 7)))) -- 2.25.1