Update some version numbers.
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 02:06:25 +0000 (19:06 -0700)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Oct 2018 02:06:25 +0000 (19:06 -0700)
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/configure.ac
src/runtime/version.scm

index 7287e39868cb1acca1bbb72b710c75186a383203..47d00d72383c4b2337ca7a8c78db5d2608105c7b 100644 (file)
@@ -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
index 3ca312e7e89fc5ecd9db98f266e8fc67be54ba36..24fe007e8f0be153fdc67d3f09468a027010d38f 100644 (file)
@@ -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
index c48b6210e499d0be01fe1cf144ba534331688aaf..666b7eec71a16b52495ad1385693163001f1a9bc 100644 (file)
@@ -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
index 9c7a86adf0656fabdae85a1619908dc170def867..1e35163a60672e117bf1bc79941db34e9318f21b 100644 (file)
@@ -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))))