; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MIT-GNU Scheme"
-!define PRODUCT_VERSION "9.1"
+!define PRODUCT_VERSION "9.2"
!define PRODUCT_PUBLISHER "GNU Project"
!define PRODUCT_WEB_SITE "http://www.gnu.org/software/mit-scheme/"
!define PRODUCT_DIR_ROOT_KEY "HKLM"
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme documentation],
- [9.1],
+ [9.2],
[bug-mit-scheme@gnu.org],
[mit-scheme-doc])
AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
@comment %**start of header
@setfilename mit-scheme-ref
@set EDITION 1.105
-@set VERSION 9.1
-@set UPDATED 2011-10-14
+@set VERSION 9.2
+@set UPDATED 2014-05-05
@settitle MIT/GNU Scheme @value{VERSION}
@comment %**end of header
@setchapternewpage odd
-.TH "scheme" "1" "9.1" "MIT/GNU Scheme Team" ""
+.TH "scheme" "1" "9.2" "MIT/GNU Scheme Team" ""
.SH "NAME"
.LP
MIT/GNU Scheme \- Scheme development environment
@comment %**start of header
@setfilename mit-scheme-user
@set EDITION 1.94
-@set VERSION 9.1
-@set UPDATED 2011-10-14
+@set VERSION 9.4
+@set UPDATED 2014-05-05
@settitle MIT/GNU Scheme @value{VERSION}
@comment %**end of header
@setchapternewpage odd
either case, Scheme will load itself and print something like this:
@example
-Copyright (C) 2011 Massachusetts Institute of Technology
+Copyright (C) 2014 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-Image saved on Sunday May 1, 2011 at 4:38:16 PM
- Release 9.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64 4.118
+Image saved on Friday May 16, 2014 at 10:35:55 PM
+ Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64 4.118
Edwin 3.116
@end example
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme], [9.1.1], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_INIT([MIT/GNU Scheme], [9.2], [bug-mit-scheme@gnu.org], [mit-scheme])
AC_CONFIG_SRCDIR([microcode/boot.c])
AC_CONFIG_AUX_DIR([microcode])
AC_PROG_MAKE_SET
set -e
# These values are placeholders; we need to get the right ones.
-: ${VERSION_STRING=9.1}
+: ${VERSION_STRING=9.2}
: ${LONG_VERSION_STRING="release ${VERSION_STRING}"}
: ${YEAR=$(date +%Y)}
: ${bindir=/usr/local/bin}
(add-boot-init!
(lambda ()
(set! copyright-years
- (let ((now 2012)
+ (let ((now 2014)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(9 1 99))
+ (add-subsystem-identification! "Release" '(9 2))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))