From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Sat, 27 Jul 2019 09:09:52 +0000 (-0500)
Subject: x11 1.3.3
X-Git-Tag: mit-scheme-pucked-x11-1.3.3
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bcc7e917ae224fe4e59f6ccd4db057cb94ba9eaa;p=mit-scheme.git

x11 1.3.3
---

diff --git a/src/x11/NEWS b/src/x11/NEWS
index 02999d41a..41754cbc3 100644
--- a/src/x11/NEWS
+++ b/src/x11/NEWS
@@ -26,6 +26,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-pucked-x11 1.3.3 - Matt Birkholz, 2019-07-27
+=======================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-x11 1.3.2 - Matt Birkholz, 2019-07-03
 =======================================================
 
diff --git a/src/x11/configure.ac b/src/x11/configure.ac
index 74c16e34f..772af14af 100644
--- a/src/x11/configure.ac
+++ b/src/x11/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked x11 plugin],
-        [1.3.2],
+        [1.3.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog
index f3ec2a8d6..83d5fd231 100644
--- a/src/x11/debian/changelog
+++ b/src/x11/debian/changelog
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11 (1.3.3) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-x11 (1.3.2) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.  Fixed x-graphics-draw-arc.
diff --git a/src/x11/make.scm b/src/x11/make.scm
index 7f235151a..c65f69f72 100644
--- a/src/x11/make.scm
+++ b/src/x11/make.scm
@@ -6,7 +6,7 @@ Load the X11 option. |#
   (lambda ()
     (load-package-set "x11")))
 
-(add-subsystem-identification! "X11" '(1 3 2))
+(add-subsystem-identification! "X11" '(1 3 3))
 
 (if (name->package '(runtime x-graphics))
     ((access link! (->environment '(runtime x-graphics)))))
\ No newline at end of file