From 7faef689cc184e6598f3e2a160bf1e3bbe05146c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 18 Feb 2013 23:23:42 +0100 Subject: [PATCH] Release 2.7.90 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8053030..3a61430 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in version 2.7.90: +========================== +* +* Bug 694117 +* * atkobject: add atk_object_get_object_locale +* * atkdocument: deprecate atk_document_get_locale + Changes in version 2.7.5: ========================== * diff --git a/configure.ac b/configure.ac index 457cfb9..d1309cc 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], [5]) +m4_define([atk_micro_version], [90]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT