summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
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])