From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Fri, 28 Dec 2018 17:34:01 +0000 (-0700)
Subject: core 10.1.7
X-Git-Tag: mit-scheme-pucked-10.1.7^0
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=086884325acb802a8658c83412ca6447b2458ffd;p=mit-scheme.git

core 10.1.7
---

diff --git a/debian/changelog b/debian/changelog
index 2529fa372..3dad216f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/doc/configure.ac b/doc/configure.ac
index c9cd49b03..824ac60b5 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -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])
diff --git a/doc/mit-scheme-pucked.1 b/doc/mit-scheme-pucked.1
index 1df6ac1ad..b2c63f342 100644
--- a/doc/mit-scheme-pucked.1
+++ b/doc/mit-scheme-pucked.1
@@ -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
diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo
index 19b9ebf60..d5d422c99 100644
--- a/doc/ref-manual/scheme.texinfo
+++ b/doc/ref-manual/scheme.texinfo
@@ -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
diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo
index b22f17db0..32e8517a9 100644
--- a/doc/user-manual/user.texinfo
+++ b/doc/user-manual/user.texinfo
@@ -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
diff --git a/src/configure.ac b/src/configure.ac
index c0bfcc4cc..b469ea447 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -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])
diff --git a/src/runtime/version.scm b/src/runtime/version.scm
index 2286263ea..f970e9c70 100644
--- a/src/runtime/version.scm
+++ b/src/runtime/version.scm
@@ -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))))