x11: version 1.1
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 19 Jul 2018 15:18:11 +0000 (08:18 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 19 Jul 2018 15:18:11 +0000 (08:18 -0700)
src/x11/NEWS
src/x11/configure.ac
src/x11/make.scm

index 05bc0b55d152793530a6b7447cd539bf1c2f42c8..2c975f27c56cb0fd62c6d0c1ccd9a04a074e847b 100644 (file)
@@ -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
 ==============================================
 
index f3626a50d5b66ea6abe1040cccb1a59a0ad93e37..1b2c4c459ef6e441b18f55f0e7d0c17f98bb3b00 100644 (file)
@@ -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])
index 13c9216fb09d8cbe93458c5d0eb426e853af5623..c71b2aa076b30f7d7a5dd90dacd229abe5bd603f 100644 (file)
@@ -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