From ba8f87dce97ff221e7796a09ebbde1f9c6dbc73d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 28 Oct 2013 20:17:24 +0100 Subject: [PATCH] Release 2.11.1 --- NEWS | 8 ++++++++ configure.ac | 4 ++-- 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]) -- 2.7.4