From 52c390610eaaa5311a8522605df9bfbdf95fa8c4 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Dec 2019 14:26:05 -0700 Subject: [PATCH] gtk 0.13 --- src/gtk/NEWS | 5 +++++ src/gtk/configure.ac | 2 +- src/gtk/debian/changelog | 6 ++++++ src/gtk/make.scm | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/gtk/NEWS b/src/gtk/NEWS index ba432572f..0318ab9d0 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.13 - Matt Birkholz, 2019-12-13 +====================================================== + +New core. More build improvements. + mit-scheme-pucked-gtk 0.12 - Matt Birkholz, 2019-07-27 ====================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 331e92570..0b2b42e69 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.12], + [0.13], [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 c58cec877..9ca57a378 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.13) birchwood; urgency=low + + * New core. More build improvements. + + -- Matt Birkholz Fri, 13 Dec 2019 00:00:00 -0000 + mit-scheme-pucked-gtk (0.12) birchwood; urgency=low * Minor build improvements. diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 371839cb3..cfde5e017 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 12)) +(add-subsystem-identification! "Gtk" '(0 13)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file -- 2.25.1