From c19d15ff589b9a61ad38614aef5ba12aa5cecd84 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 19 Jul 2018 08:18:11 -0700 Subject: [PATCH] x11: version 1.1 --- src/x11/NEWS | 5 +++++ src/x11/configure.ac | 2 +- src/x11/make.scm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/x11/NEWS b/src/x11/NEWS index 05bc0b55d..2c975f27c 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -22,6 +22,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-x11 1.1 - Matt Birkholz, 2018-07-12 +============================================== + +Actually export the import-x11 procedure to the global environment. + mit-scheme-x11 1.0 - Matt Birkholz, 2018-06-21 ============================================== diff --git a/src/x11/configure.ac b/src/x11/configure.ac index f3626a50d..1b2c4c459 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 x11 plugin], - [1.0], + [1.1], [bug-mit-scheme@gnu.org], [mit-scheme-x11]) AC_CONFIG_SRCDIR([x11.pkg]) diff --git a/src/x11/make.scm b/src/x11/make.scm index 13c9216fb..c71b2aa07 100644 --- a/src/x11/make.scm +++ b/src/x11/make.scm @@ -5,4 +5,4 @@ Load the X11 option. |# (with-loader-base-uri (system-library-uri "x11/") (lambda () (load-package-set "x11"))) -(add-subsystem-identification! "X11" '(1 0)) \ No newline at end of file +(add-subsystem-identification! "X11" '(1 1)) \ No newline at end of file -- 2.25.1