summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-10-25 12:20:03 -0500
committerMike Gorse <mgorse@novell.com>2011-10-25 12:20:03 -0500
commit6ee83321253c86e3ef5f425dbe920f4a77b47951 (patch)
treea62afba678ea1325ef9528b9b7cd7c4bc7a1838a
parent166209e13b1eae0b6b239c868ae532702032831f (diff)
downloadat-spi2-core-6ee83321253c86e3ef5f425dbe920f4a77b47951.tar.gz
Release v2.3.1AT_SPI2_CORE_2_3_1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2d83e516..fd29f883 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 57ad6685..829adefc 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])