Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 5 Nov 2017 18:42:59 +0000 (11:42 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 5 Nov 2017 18:42:59 +0000 (11:42 -0700)
debian/changelog
doc/configure.ac
doc/ffi/ffi.texinfo
doc/ref-manual/scheme.texinfo
doc/sos/sos.texinfo
doc/user-manual/user.texinfo
src/runtime/version.scm

index 342998996f43918adedfe86ce8a642edc3b4409e..8a09be2daa4eb7cb2b751f10118acccff29859c4 100644 (file)
@@ -1,3 +1,9 @@
+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
index 8430ea2dc8f74e6f55319523bb73ea8f4e27d2c9..78cfd526128e729a7cffb837f63220230e44c477 100644 (file)
@@ -1,7 +1,7 @@
 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])
index 7168fd45fcf972fcb113ffec227441225a1e5775..e1fd2b8ec9a12c34ddaeeb32579f873cc83b346e 100644 (file)
@@ -4,7 +4,7 @@
 @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
 
index 5aa8ad1fa7ef0dcb7c7aca0e3abe229ab0f3cd8b..98eabc88ae7ef92d51e430c8811b7d2bf225e4b9 100644 (file)
@@ -3,8 +3,8 @@
 @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
index 9a4e457c7070e248e0824d6404687767014ec766..4a034a7cf89c4b75db304e8bf59400fc5d6a7049 100644 (file)
@@ -4,7 +4,7 @@
 @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
index d9f9eca1c454f2b2d590213662525056ea80e916..307c5ca4ebebe386301f5665a413e75dbdc1f00d 100644 (file)
@@ -4,7 +4,7 @@
 @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
index 84286f866c15992e4d00aafa025d971ac13e915d..e6ef41c1c0d572c83f7c93eda8894e146d4b0e6a 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (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))))