core 10.1.11
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 1 Jul 2019 15:01:29 +0000 (08:01 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 1 Jul 2019 15:01:29 +0000 (08:01 -0700)
debian/changelog
doc/mit-scheme-pucked.1
src/configure.ac
src/runtime/version.scm

index 43c7857ded3d2f530e661889a2c939d9831fdbbc..854f0b891beb27d5f51bd01bb4cc343971eff4e2 100644 (file)
@@ -1,3 +1,7 @@
+mit-scheme-pucked (10.1.11) birchwood; urgency=low
+
+  * Merge with master after its 10.1.9 release.
+
 mit-scheme-pucked (10.1.10) birchwood; urgency=low
 
   * Merge with master after the 10.1.5 release.
index 69227570bc9381f056a7af73d0bc2b04d34f65f5..9b056a0b28fc0cefde1d4d0f1bc615d30339f4d5 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "10.1.10" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.11" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index 587a0eebfbae652208b763bc6485f27a7170f1dd..d99ab119f9ee72a5753044eeaf53667e072ccc36 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked],
-       [10.1.10],
+       [10.1.11],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])
index 229114554014d86958c9e2d6a7d8a551bb2e62ae..47d92c761d0b76ecf98a5e1394e7e5c5c170e72c 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(10 1 10))
+   (add-subsystem-identification! "Release" '(10 1 11))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))