+mit-scheme-pucked (9.2.8) birchwood; urgency=low
+
+ * Lose icon and .desktop file to the x11-screen plugin.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sun, 5 May 2016 10:30:00 -0700
+
mit-scheme-pucked (9.2.7) birchwood; urgency=low
* New project name. This version of mit-scheme has a different name
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme documentation],
- [9.2.7],
+ [9.2.8],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-doc])
AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
@comment From automake's version.texi someday:
@set VERSION 0.2
@set UPDATED 19 September 2011
-@set SCMVERS 9.2.7
+@set SCMVERS 9.2.8
@settitle MIT/GNU Scheme Pucked FFI Manual
@comment %**end of header
@setfilename reference
@comment From automake's version.texi someday:
@set EDITION 1.106
-@set UPDATED 15 February 2017
-@set SCMVERS 9.2.7
+@set UPDATED 5 May 2017
+@set SCMVERS 9.2.8
@settitle MIT/GNU Scheme Pucked Reference Manual
@comment %**end of header
@setchapternewpage odd
@comment From automake's version.texi someday:
@set VERSION 1.9
@set UPDATED 14 October 2011
-@set SCMVERS 9.2.7
+@set SCMVERS 9.2.8
@settitle MIT/GNU Scheme Pucked SOS Manual
@comment %**end of header
@setchapternewpage odd
@comment From automake's version.texi someday:
@set EDITION 1.0
@set UPDATED 8 April 2017
-@set SCMVERS 9.2.7
+@set SCMVERS 9.2.8
@settitle MIT/GNU Scheme Pucked User Manual
@comment %**end of header
@setchapternewpage odd
(let ((now last-copyright-year)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(9 2 7))
+ (add-subsystem-identification! "Release" '(9 2 8))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 8))))