Version 9.2.15.
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 22 Jun 2018 18:25:19 +0000 (11:25 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 22 Jun 2018 18:25:19 +0000 (11:25 -0700)
debian/changelog
src/runtime/version.scm

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