summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-03-26 15:54:13 -0500
committerMike Gorse <mgorse@suse.com>2012-03-26 15:54:13 -0500
commit49b8c2fb4cb5c2d4514cac901a214998dd5a8955 (patch)
treed1153b3e2e26b28a5a1695e7b8a5ecb3023c964e
parentdd69b924ca8b31812c53dc815f697359fc05ffac (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_4_0.tar.gz
Release v2.4.0AT_SPI2_CORE_2_4_0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92af6ccb..b342b29c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.4.0:
+
+* Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).
+
What's new in at-spi2-core 2.3.92:
* Some changes to try to prevent at-spi2-registryd from incorrectly
diff --git a/configure.ac b/configure.ac
index 9b75b80e..c0d800c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.3.92], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.4.0], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])