gtk 0.13 mit-scheme-pucked-gtk-0.13
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 21:26:05 +0000 (14:26 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:32 +0000 (21:50 -0700)
src/gtk/NEWS
src/gtk/configure.ac
src/gtk/debian/changelog
src/gtk/make.scm

index ba432572fdd29d70d2ded83ed9f544751f9498f2..0318ab9d0f8ab158efc0eb786645e2cc653a3dda 100644 (file)
@@ -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
 ======================================================
 
index 331e92570c22d5cc2367c25b6d271db0feb07591..0b2b42e694e4b5b94fe91acac9026ebfdd708b5c 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 Pucked gtk plugin],
-        [0.12],
+        [0.13],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk])
 AC_CONFIG_SRCDIR([gtk.pkg])
index c58cec8773422e7bdc9d1edc2eec82dd2183fc46..9ca57a3780abcdeb50eb30b0858b5c2ed8f6bbbd 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk (0.13) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-gtk (0.12) birchwood; urgency=low
 
   * Minor build improvements.
index 371839cb3f651dca4bca954c0786ca8a77f9c2b0..cfde5e017f7edf615824fe83024687c3dc9f7329 100644 (file)
@@ -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