summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 681558a..aff6258 100644
--- 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:
diff --git a/configure.in b/configure.in
index 4b677ba..e65ad15 100644
--- a/configure.in
+++ b/configure.in
@@ -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])