From 35c6d20a6fbff5ed2f7ccd66b7b2d0da18c65dbc Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 27 Jul 2019 04:09:52 -0500 Subject: [PATCH] x11 1.3.3 --- src/x11/NEWS | 5 +++++ src/x11/configure.ac | 2 +- src/x11/debian/changelog | 6 ++++++ src/x11/make.scm | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) 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 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 -- 2.25.1