From 349c3b0d84584c3c91501bb5daaf2ee65a3f74aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 17 Dec 2012 19:36:49 +0100 Subject: [PATCH] Release 2.7.3 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7cffa5a..45dd1d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in version 2.7.3: +========================== +* +* Bug 689907: Problems with the management of +* ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject +* Bug 686746: Port introspection fixes from Vala +* Bug 689952: Add introspection support for Windows MSVC builds +* Other Visual C++ configuration files: +* * Use MultiByte character set + Changes in version 2.7.2: ========================== * diff --git a/configure.ac b/configure.ac index 52bf6dc..81df4ce 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], [7]) -m4_define([atk_micro_version], [2]) +m4_define([atk_micro_version], [3]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT