Version 9.2.13.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 00:50:12 +0000 (17:50 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 00:50:12 +0000 (17:50 -0700)
debian/changelog
doc/configure.ac
src/runtime/version.scm

index 8b704f2b1663221545fde8dcb41dc58fe134cd49..633bde42d326c3441e12037a119e12a80367be31 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (9.2.13) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked (9.2.12) birchwood; urgency=low
 
   * Add a Debian postinst script to update plugin indices after upgrades.
index c291802d13c6ac04d651c0fd309d3f23abe0e29c..e94cdbe89fbf65e5a2c3072b1cd1b6026789d021 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.11],
+       [9.2.13],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index 62a051f29062fa3d57cb55de38da3fa76cf9a9dc..f1daa26378f5a350af05acc836594aa6be565f09 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 12))
+   (add-subsystem-identification! "Release" '(9 2 13))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))