Re-dist to include docs. Revved to 0.11.1. ATK_0_11_1
authorBill Haneman <billh@src.gnome.org>
Tue, 17 Jan 2006 13:58:04 +0000 (13:58 +0000)
committerBill Haneman <billh@src.gnome.org>
Tue, 17 Jan 2006 13:58:04 +0000 (13:58 +0000)
ChangeLog
configure.in

index 681558a..aff6258 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-17 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.11.1.
+       Re-dist using a working gtk-doc, so that docs are included.
+       
+2006-01-16 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.11.0.
+       
 2005-12-27  Abel Cheung  <maddog@linuxhall.org>
 
        * configure.in: Added "zh_HK" to ALL_LINGUAS.
@@ -10,6 +19,7 @@
        ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
        (AtkAttributeSet): Moved here from AtkText.
        (AtkObjectClass): Added get_attributes vfunc pointer.
+
        (atk_object_get_attributes): New public method.
        
        * atk/atkobject.c:
index 4b677ba..e65ad15 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [11])
-m4_define([atk_micro_version], [0])
+m4_define([atk_micro_version], [1])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])