Update version to 10.1.4.
authorChris Hanson <org/chris-hanson/cph>
Sun, 6 Jan 2019 07:15:22 +0000 (23:15 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 6 Jan 2019 07:15:22 +0000 (23:15 -0800)
doc/configure.ac
doc/mit-scheme.1
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/blowfish/mit-scheme-blowfish.texi
src/configure.ac
src/gdbm/mit-scheme-gdbm.texi
src/runtime/version.scm

index 201c8e6cb4ecbb693ae23f89f5bb7cd63b29a44f..e4cae549735d297d54f21a6e411e32259ba95db5 100644 (file)
@@ -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])
index fdcf1665132de6bc4350684170bbd8790d771ee8..1ecfc45a3c6fa30536cbe9d06c31fbdcdbff1e22 100644 (file)
@@ -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
index 330973547d89c9016027ca9337b7383e2b13d41c..1130596f920236093f45490391c7dcb7d227da4d 100644 (file)
@@ -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
index 91a0e20a5b907249d592f562c085a1ce8ab68207..ed676a35d9c9f940abf93a0bc8fbf29319594a4e 100644 (file)
@@ -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
index 303463f2b946f93982d457514e4e9efcf09c3038..4093b78c2e71022c9f2a461cf14705fb2c1b183c 100644 (file)
@@ -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
 
index 80794cee245371b0c52ae47c5a7cb1cbcfd95f42..bde58ed6a66f4d25e7fb55ae9c455e4ae42087f1 100644 (file)
@@ -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
index 611f56feadf36127c3a26d59b686c1a20a0d0d3d..fc4031e1926b249e2efab88ff4bd5254d885a9bc 100644 (file)
@@ -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
 
index cf299b518605b747d3e242560a0103f0dc0bb5c6..15ed3a0d14782b9977388c243386e58ceae1c3e3 100644 (file)
@@ -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))))