From: Mike Gorse Date: Tue, 25 Oct 2011 17:20:03 +0000 (-0500) Subject: Release v2.3.1 X-Git-Tag: AT_SPI2_CORE_2_3_1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ee83321253c86e3ef5f425dbe920f4a77b47951;p=platform%2Fupstream%2Fat-spi2-core.git Release v2.3.1 --- diff --git a/NEWS b/NEWS index 2d83e51..fd29f88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +What's new in at-spi2-core 2.3.1: + +* Fix return type of org.a11y.Bus.IsEnabled property + +* Declare void functions as such + What's new in at-spi2-core 2.2.1: * Fix org.a11y.Bus.Enabled property to set its initial state from the diff --git a/configure.ac b/configure.ac index 57ad668..829adef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.2.1], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.3.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4])