From 25fcaf642b9b95b6ef2c574e88dde8f79e8254f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 23 Sep 2013 19:14:49 +0200 Subject: [PATCH] Release 2.10.0 --- NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0928c44..40b1061 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in version 2.10.0: +========================== +* +* Documentation: + * Bug 684667: improve documentation for AtkObject::children-changed + signal +* Visuall C++ Builds: Use Custom Build Rules +* Updated Aragonese and Japanese translation. + Changes in version 2.9.4: ========================== * diff --git a/configure.ac b/configure.ac index 3f8805e..b022300 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ 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], [9]) -m4_define([atk_micro_version], [4]) +m4_define([atk_minor_version], [10]) +m4_define([atk_micro_version], [0]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT