From 530e57ff6eaa09b45559f6636c54b0c8adc63425 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 16 Aug 2011 19:22:51 +0200 Subject: [PATCH] Release atk 2.1.5 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3e988ce..489f872 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in version 2.1.5: +========================= +* +* Bug 638924: Add AtkWindow +* Fixing out of tree compilation on Win32 +* Update README.txt +* Fixing release number of the new ATK roles added +* Updated Traditional Chinese, Indonesian, Bulgarian, French, +* Hungarian and Swedish translations + Changes in version 2.1.0: ========================= * diff --git a/configure.ac b/configure.ac index 0174939..3e9b829 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], [0]) +m4_define([atk_micro_version], [5]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.7.4