From: Alejandro PiƱeiro Date: Mon, 3 Sep 2012 18:46:41 +0000 (+0200) Subject: Release 2.5.91 X-Git-Tag: ATK_2_5_91^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52763423af3e3dd86d7d95550c08dcc23b69c62a;p=platform%2Fupstream%2Fatk.git Release 2.5.91 --- diff --git a/NEWS b/NEWS index 6e7dce0..6919dbd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in version 2.5.91: +========================== +* +* Bug 635332: Include C header information in GIR +* Added atk_relation_set_contains_target to atk.symbols. That symbol +* was added in commmit a1d5ca86 (bug 672869). +* Updated Polish, Galician and Latvian translations. + Changes in version 2.5.4: ========================= * diff --git a/configure.ac b/configure.ac index ab46c68..6da8a24 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ 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], [5]) -m4_define([atk_micro_version], [4]) +m4_define([atk_micro_version], [91]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version])