From f24735a657d5f9a3ed69953dc9774340b472d5ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 20 Mar 2012 00:14:13 +0100 Subject: [PATCH] Release 2.3.95 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 40f528d..f6ce293 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in version 2.3.95: +========================= +* +* Bug 671857: Add deprecation attributes to deprecated functions +* Updated Visual Studio configuration files +* Updated Khmer, Malayalam and Bengali Translations + Changes in version 2.3.93: ========================== * diff --git a/configure.ac b/configure.ac index 2986c12..6a8898c 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], [3]) -m4_define([atk_micro_version], [93]) +m4_define([atk_micro_version], [95]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT