From 52763423af3e3dd86d7d95550c08dcc23b69c62a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 3 Sep 2012 20:46:41 +0200 Subject: [PATCH] Release 2.5.91 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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]) -- 2.11.4.GIT