+mit-scheme-pucked (10.1.7) birchwood; urgency=low
+
+ * Merge with master after 10.1.3 release.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Fri, 28 Dec 2018 00:00:00 -0000
+
mit-scheme-pucked (10.1.2) birchwood; urgency=low
* New release upstream supporting Unicode and plugins.
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked documentation],
- [10.1.2],
+ [10.1.7],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-doc])
AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
-.TH "mit-scheme-pucked" "1" "10.1.2" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.7" "Friar Puck and The MIT/GNU Scheme Team" ""
.SH "NAME"
.LP
mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
@comment From automake's version.texi someday:
@set EDITION 1.106
@set UPDATED 19 May 2018
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.7
@settitle MIT/GNU Scheme Pucked Reference Manual
@comment %**end of header
@setchapternewpage odd
@comment From automake's version.texi someday:
@set EDITION 1.95
@set UPDATED 5 June 2018
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.7
@settitle MIT/GNU Scheme Pucked User Manual
@comment %**end of header
@setchapternewpage odd
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked],
- [10.1.2],
+ [10.1.7],
[matt@birchwood-abbey.net],
[mit-scheme-pucked])
AC_CONFIG_SRCDIR([microcode/boot.c])
(let ((now last-copyright-year)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(10 1 2))
+ (add-subsystem-identification! "Release" '(10 1 7))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 8))))