From 43642851ea86f7bef737fed52a17adf9459d1028 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 19 Sep 2011 19:13:57 +0200 Subject: [PATCH] Release 2.1.92 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 489f872..490257d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in version 2.1.92: +========================== +* +* Updated Visual Studio files due AtkWindow addition +* Bug 649577: atk_add_global_event_listener should only accept ATK events +* Minor documentation updates +* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi, +* Asturian, Italian, Polish, British English, Brazilian Portuguese, +* Korean, Telugu and Kannada Translation + Changes in version 2.1.5: ========================= * diff --git a/configure.ac b/configure.ac index 3e9b829..d553d6b 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], [1]) -m4_define([atk_micro_version], [5]) +m4_define([atk_micro_version], [92]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT