Incremented atk dependency, to find new constants. Bug #344412.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 12 Jun 2006 10:27:57 +0000 (10:27 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 12 Jun 2006 10:27:57 +0000 (10:27 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@816 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
configure.in

index 279f8df..19c76cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-12  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Require atk-1.12.0, to pick up
+       new API. (bug #344412).
+       
 2006-06-09  Bill Haneman <bill.haneman@sun.com>
 
        * libspi/table.c:
index b69b725..3771727 100644 (file)
@@ -26,7 +26,7 @@ AC_SUBST(LT_REVISION)
 AC_SUBST(LT_AGE)
 
 dnl required versions of other tools.
-m4_define([req_ver_atk],       [1.9.0])
+m4_define([req_ver_atk],       [1.12.0])
 m4_define([req_ver_libbonobo], [1.107.0])
 m4_define([req_ver_gail],      [1.3.0])
 m4_define([req_ver_gtk],       [2.0.0])