From: Alejandro PiƱeiro Date: Mon, 23 Sep 2013 17:14:49 +0000 (+0200) Subject: Release 2.10.0 X-Git-Tag: ATK_2_10_0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25fcaf642b9b95b6ef2c574e88dde8f79e8254f9;hp=c26b596a9e0abd7a805869045c38149854aef5da;p=platform%2Fupstream%2Fatk.git Release 2.10.0 --- 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])