summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-09-25 20:18:06 -0500
committerMike Gorse <mgorse@suse.com>2016-09-25 20:18:06 -0500
commit372999fb152c847ed4fd8b0a2cb3ceb91040c1ec (patch)
tree1925abc934345ee729d7fc015bfca7bada7a18d2
parentd559d6882dc172628c16d5fd21f457a1695ac490 (diff)
downloadat-spi2-atk-gnome-3-22.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 211bd83..fece6d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.22.0:
+
+* Remove some inadverrtently-committed debugging code.
+
+What's new in at-spi2-atk 2.21.91:
What's new in at-spi2-atk 2.21.91:
* atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574).
diff --git a/configure.ac b/configure.ac
index 62d69c2..148a8ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.21.91], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.22.0], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0