From e70237792c6d327e9007626519b1dc2b5af628b5 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 24 Mar 2014 16:26:51 -0500 Subject: [PATCH] 2.12.0 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.7.4