+mit-scheme-pucked (12.2.0) birchwood; urgency=low
+
+ * Merge with master. Use the released version plus 1.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sun, 18 Sep 2022 00:00:00 -0000
+
mit-scheme-pucked (12.0.20) birchwood; urgency=low
* Merge with master. Use master's version plus 20.
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked documentation],
- [12.0.20],
+ [12.2.0],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-doc])
AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
-.TH "mit-scheme-pucked" "1" "12.0.20" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "12.2.0" "Friar Puck and The MIT/GNU Scheme Team" ""
.SH "NAME"
.LP
mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename user
-@set VERSION 12.0.20
+@set VERSION 12.2.0
@set UPDATED 12 June 2020
@settitle MIT/GNU Scheme Pucked @value{VERSION} User Manual
@comment %**end of header
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked],
- [12.0.20],
+ [12.2.0],
[matt@birchwood-abbey.net],
[mit-scheme-pucked])
AC_CONFIG_SRCDIR([microcode/boot.c])
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked microcode],
- [12.0.20],
+ [12.2.0],
[matt@birchwood-abbey.net],
[mit-scheme-pucked])
AC_CONFIG_SRCDIR([boot.c])
(add-boot-init!
(lambda ()
- (add-subsystem-identification! "Release" '(12 0 20))
+ (add-subsystem-identification! "Release" '(12 2 0))
(run-now-and-after-restore!
(lambda ()
(add-subsystem-identification! "Microcode" (get-microcode-version))))