From 6ee83321253c86e3ef5f425dbe920f4a77b47951 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 25 Oct 2011 12:20:03 -0500 Subject: [PATCH] Release v2.3.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- 2.7.4