From: Chris Hanson <org/chris-hanson/cph>
Date: Tue, 30 Oct 2018 01:43:02 +0000 (-0700)
Subject: Bump revision to 10.1.1 to fix stupid bug.
X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~126^2~3
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4e327bae53f3a05ea79443250863302f03d613b4;p=mit-scheme.git

Bump revision to 10.1.1 to fix stupid bug.
---

diff --git a/doc/configure.ac b/doc/configure.ac
index 0d2df3744..eaa8a2009 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],
+	[10.1.1],
 	[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 8154b8b70..392321e91 100644
--- a/doc/mit-scheme.1
+++ b/doc/mit-scheme.1
@@ -1,4 +1,4 @@
-.TH "mit-scheme" "1" "10.1" "MIT/GNU Scheme Team" ""
+.TH "mit-scheme" "1" "10.1.1" "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 47d00d723..89c825302 100644
--- a/doc/ref-manual/scheme.texinfo
+++ b/doc/ref-manual/scheme.texinfo
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-ref
 @set EDITION 1.106
-@set VERSION 10.1
+@set VERSION 10.1.1
 @set UPDATED 2017-02-15
 @settitle MIT/GNU Scheme @value{VERSION}
 @comment %**end of header
diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo
index 24fe007e8..645a14b62 100644
--- a/doc/user-manual/user.texinfo
+++ b/doc/user-manual/user.texinfo
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename mit-scheme-user
 @set EDITION 1.95
-@set VERSION 10.1
+@set VERSION 10.1.1
 @set UPDATED 2015-11-25
 @settitle MIT/GNU Scheme @value{VERSION}
 @comment %**end of header
diff --git a/src/blowfish/mit-scheme-blowfish.texi b/src/blowfish/mit-scheme-blowfish.texi
index 7d2189f57..c8922b7b1 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
+@set SCMVERS 10.1.1
 @settitle MIT/GNU Scheme Blowfish Plugin Manual
 @comment %**end of header
 
diff --git a/src/configure.ac b/src/configure.ac
index 10236c9d5..0d5c9fd73 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], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_INIT([MIT/GNU Scheme], [10.1.1], [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 1de28b6f8..73c22ca2a 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
+@set SCMVERS 10.1.1
 @settitle MIT/GNU Scheme GDBM Plugin Manual
 @comment %**end of header
 
diff --git a/src/runtime/version.scm b/src/runtime/version.scm
index 1e35163a6..df30e4fa0 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))
+   (add-subsystem-identification! "Release" '(10 1 1))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))