summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-03-24 16:26:51 -0500
committerMike Gorse <mgorse@suse.com>2014-03-24 16:26:51 -0500
commite70237792c6d327e9007626519b1dc2b5af628b5 (patch)
tree2a13e996bc396249928a75348dbb873c129cfc08
parent78b079624be372479d01205651880a6a56eea6ed (diff)
downloadat-spi2-atk-e70237792c6d327e9007626519b1dc2b5af628b5.tar.gz
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91a5887..e601543 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.11.92:
+
+* Bump minimum libdbus version needed, since we use a function
+ introduced in 1.5.
+
What's new in at-spi2-atk 2.11.91:
* Improve compatibility with at-spi2-registryd <= 2.10.
diff --git a/configure.ac b/configure.ac
index 3f65141..d7f5c73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.11.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.12.0], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0