From 337c7014059e21c328bb8d29beb72069df63bee2 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Dec 2019 01:45:57 -0700 Subject: [PATCH] x11 1.3.4 --- 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 d3e83a696..f54d1d257 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -25,6 +25,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.4 - Matt Birkholz, 2019-12-13 +======================================================= + +New core. More build improvements. + mit-scheme-pucked-x11 1.3.3 - Matt Birkholz, 2019-07-27 ======================================================= diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 7f52d1e5d..2add0b643 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.3], + [1.3.4], [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 83d5fd231..a691739fa 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11 (1.3.4) birchwood; urgency=low + + * New core. More build improvements. + + -- Matt Birkholz Fri, 13 Dec 2019 00:00:00 -0000 + mit-scheme-pucked-x11 (1.3.3) birchwood; urgency=low * Minor build improvements. diff --git a/src/x11/make.scm b/src/x11/make.scm index c65f69f72..01c7aa1b7 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 3)) +(add-subsystem-identification! "X11" '(1 3 4)) (if (name->package '(runtime x-graphics)) ((access link! (->environment '(runtime x-graphics))))) \ No newline at end of file -- 2.25.1