core 10.1.20
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:47:50 +0000 (21:47 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:47:50 +0000 (21:47 -0700)
debian/changelog
doc/mit-scheme-pucked.1
src/configure.ac
src/runtime/version.scm

index 09c500533ad77afb19218dc32a8603368c98f12f..6557f4f8416ce132fd1c79ba6dfb955296e04830 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (10.1.20) birchwood; urgency=low
+
+  * Merge with master.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked (10.1.12) birchwood; urgency=low
 
   * Merge with master.
index 56ada3c67cdd895b89eb9e5cec6e4b4dbd3bdba6..1ef9c2b0b62a9b2a3be55a80df4809204a26cea7 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "10.1.12" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.20" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index 58f7ecc15d81ceb8a7781a876e6b27b921626e91..b5707bbaca2f235479308cd4931a3023fae6724c 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.12],
+       [10.1.20],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])
index 7f2c8c3ef2bf45288d292273336eec25250b3514..9014f523e0565ccfc09f8bb0c3dd68a811cb0bad 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 12))
+   (add-subsystem-identification! "Release" '(10 1 20))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))