summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-10-28 20:17:24 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-10-28 20:17:24 +0100
commitba8f87dce97ff221e7796a09ebbde1f9c6dbc73d (patch)
treea2eec82ae5f0a884a664cae33fe421481af0f386
parent022aee0d12473ffdabbc8f46684f8534004123d9 (diff)
downloadatk-ba8f87dce97ff221e7796a09ebbde1f9c6dbc73d.tar.gz
Release 2.11.1ATK_2_11_1
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40b1061..0e68cd5 100644
--- 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:
==========================
*
diff --git a/configure.ac b/configure.ac
index b022300..a5c3885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])