core 10.1.7 mit-scheme-pucked-10.1.7
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 28 Dec 2018 17:34:01 +0000 (10:34 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 30 Dec 2018 08:44:34 +0000 (01:44 -0700)
debian/changelog
doc/configure.ac
doc/mit-scheme-pucked.1
doc/ref-manual/scheme.texinfo
doc/user-manual/user.texinfo
src/configure.ac
src/runtime/version.scm

index 2529fa372f2766d37b8f82c8a0c734cdadd88ff4..3dad216f7f1b43c99d270c74e9185ad5411dbbb6 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (10.1.7) birchwood; urgency=low
+
+  * Merge with master after 10.1.3 release.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 28 Dec 2018 00:00:00 -0000
+
 mit-scheme-pucked (10.1.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index c9cd49b0392b7d364d174fc2f276623d8f70f8b8..824ac60b5d4108117c08ce37ca05f9b93cd70d6c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked documentation],
-       [10.1.2],
+       [10.1.7],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked-doc])
 AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo])
index 1df6ac1ad636979c29d79eff473d6a9f3e311cd7..b2c63f342b7ae3539fd0211deed91aee1cb27586 100644 (file)
@@ -1,4 +1,4 @@
-.TH "mit-scheme-pucked" "1" "10.1.2" "Friar Puck and The MIT/GNU Scheme Team" ""
+.TH "mit-scheme-pucked" "1" "10.1.7" "Friar Puck and The MIT/GNU Scheme Team" ""
 .SH "NAME"
 .LP
 mit-scheme-pucked - Friar Puck's MIT/GNU Scheme development environment
index 19b9ebf60b60157f4d571444eda396a62dfa1283..d5d422c99657067b7212234015aab06d21fe5d14 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set EDITION 1.106
 @set UPDATED 19 May 2018
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.7
 @settitle MIT/GNU Scheme Pucked Reference Manual
 @comment %**end of header
 @setchapternewpage odd
index b22f17db0488e5da34627f8bd1e6d2e605e4460b..32e8517a964ce80cb149d80ec6409dfe7947207b 100644 (file)
@@ -4,7 +4,7 @@
 @comment From automake's version.texi someday:
 @set EDITION 1.95
 @set UPDATED 5 June 2018
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.7
 @settitle MIT/GNU Scheme Pucked User Manual
 @comment %**end of header
 @setchapternewpage odd
index c0bfcc4ccb5aebb2269b824686771372e784630a..b469ea447b27c87f765de3ce9b276679dd828abd 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.2],
+       [10.1.7],
        [matt@birchwood-abbey.net],
        [mit-scheme-pucked])
 AC_CONFIG_SRCDIR([microcode/boot.c])
index 2286263ea1ea7675805ad68af53f4612a376d2fe..f970e9c70be39bfd96eeeb76447ad4762ee0fd59 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 2))
+   (add-subsystem-identification! "Release" '(10 1 7))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))