From: Chris Hanson <org/chris-hanson/cph>
Date: Fri, 26 Oct 2018 02:06:25 +0000 (-0700)
Subject: Update some version numbers.
X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~138^2~10
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=92cb824a9b0da46b95462889bfbecb956bcf6609;p=mit-scheme.git

Update some version numbers.
---

diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo
index 7287e3986..47d00d723 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 9.2.50
+@set VERSION 10.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 3ca312e7e..24fe007e8 100644
--- a/doc/user-manual/user.texinfo
+++ b/doc/user-manual/user.texinfo
@@ -1,8 +1,8 @@
 \input texinfo @c -*-texinfo-*-
 @comment %**start of header
 @setfilename mit-scheme-user
-@set EDITION 1.94
-@set VERSION 9.2.1
+@set EDITION 1.95
+@set VERSION 10.1
 @set UPDATED 2015-11-25
 @settitle MIT/GNU Scheme @value{VERSION}
 @comment %**end of header
diff --git a/src/configure.ac b/src/configure.ac
index c48b6210e..666b7eec7 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], [9.2.90], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_INIT([MIT/GNU Scheme], [10.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/runtime/version.scm b/src/runtime/version.scm
index 9c7a86adf..1e35163a6 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 90))
+   (add-subsystem-identification! "Release" '(10 1))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))