Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Nov 2017 02:13:34 +0000 (19:13 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Nov 2017 02:13:34 +0000 (19:13 -0700)
debian/changelog
src/runtime/version.scm

index 7afa0d96ed70a4ddb53ebe877cedbb310a9df587..e0e5d152a5ad7ebe5ea6040f3ec92ee23292ebe9 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (9.2.10) birchwood; urgency=low
+
+  * Improved support for upgrades.  Typo in user manual.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Nov 2017 18:00:00 -0700
+
 mit-scheme-pucked (9.2.9) birchwood; urgency=low
 
   * Do not install an empty plugins.scm during an upgrade.  Create it
index 37a670b049137f4c3226b9151e0509fd9e18ce1d..2dd38b7cc5c790295b460ff83d63ea0c93a32640 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 9))
+   (add-subsystem-identification! "Release" '(9 2 10))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))