Release 2.11.1 ATK_2_11_1
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 28 Oct 2013 19:17:24 +0000 (20:17 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 28 Oct 2013 19:17:24 +0000 (20:17 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 40b1061..0e68cd5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in version 2.11.1:
+==========================
+*
+* Bug 684667: Improve AtkObject::children-changed documentation
+* Bug 709351: new role ATK_ROLE_TITLE_BAR
+* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
+* Updated Spanish translation
+
 Changes in version 2.10.0:
 ==========================
 *
index b022300..a5c3885 100644 (file)
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [2])
-m4_define([atk_minor_version], [10])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [11])
+m4_define([atk_micro_version], [1])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])