+mit-scheme-pucked (10.1.20) birchwood; urgency=low
+
+ * Merge with master.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Fri, 13 Dec 2019 00:00:00 -0000
+
mit-scheme-pucked (10.1.12) birchwood; urgency=low
* Merge with master.
-.TH "mit-scheme-pucked" "1" "10.1.12" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.20" "Friar Puck and The MIT/GNU Scheme Team" ""
.SH "NAME"
.LP
mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked],
- [10.1.12],
+ [10.1.20],
[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 12))
+ (add-subsystem-identification! "Release" '(10 1 20))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 8))))