[atk] Release 2.7.3



commit 349c3b0d84584c3c91501bb5daaf2ee65a3f74aa
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date:   Mon Dec 17 19:36:49 2012 +0100

    Release 2.7.3

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]