core 9.2.16 mit-scheme-pucked-9.2.16
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 12 Jul 2018 21:23:39 +0000 (14:23 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 12 Jul 2018 21:23:39 +0000 (14:23 -0700)
debian/changelog
src/runtime/version.scm

index 3e52a03b4095002e287c831ffaa90c58b2ca2e5b..fd372d069b1ef658b5959eb59b5ee6b5f8e72b27 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (9.2.16) birchwood; urgency=low
+
+  * New upstream fixes alien print method.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 12 Jul 2018 00:00:00 -0000
+
 mit-scheme-pucked (9.2.15) birchwood; urgency=low
 
   * New upstream has replaced µmodules with plugins.
index 5c7e594e739532dfbd86136dd7404e8a75f45a00..dd07d3fa4e112f9dd3dfdb6f413a009226f76536 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 15))
+   (add-subsystem-identification! "Release" '(9 2 16))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))