@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
\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
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
(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))))