From: Matt Birkholz Date: Sat, 27 Jul 2019 09:36:18 +0000 (-0500) Subject: gtk 0.12 X-Git-Tag: mit-scheme-pucked-gtk-0.12^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1ad72dab886740d66ca2020edec4a315a58d0b45;p=mit-scheme.git gtk 0.12 --- diff --git a/src/gtk/NEWS b/src/gtk/NEWS index be4f0a04b..ba432572f 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-gtk 0.12 - Matt Birkholz, 2019-07-27 +====================================================== + +Minor build improvements. + mit-scheme-pucked-gtk 0.11 - Matt Birkholz, 2019-07-03 ======================================================= diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index d1c894f2d..601728a64 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/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 gtk plugin], - [0.11], + [0.12], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index 733d14f62..c58cec877 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.12) birchwood; urgency=low + + * Minor build improvements. + + -- Matt Birkholz Sat, 27 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-gtk (0.11) birchwood; urgency=low * New release upstream. Downcased many symbols. diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 9287f0432..371839cb3 100644 --- a/src/gtk/make.scm +++ b/src/gtk/make.scm @@ -7,5 +7,5 @@ Load the Gtk option. |# (with-loader-base-uri (system-library-uri "gtk/") (lambda () (load-package-set "gtk"))) -(add-subsystem-identification! "Gtk" '(0 11)) +(add-subsystem-identification! "Gtk" '(0 12)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file