From 8c134950defb54ed8f5f0b8cb2df3bfa460c4203 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 13 Mar 2017 17:04:47 -0500 Subject: [PATCH] 2.23.92 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9c83915..32f45a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +What's new in at-spi2-core 2.23.92: + +* Table cell API fixes (bgo#779835). + What's new in at-spi2-core 2.23.90: * Fix an occasional crash when an application is closed (bgo#767074). diff --git a/configure.ac b/configure.ac index c10f351..dd58bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.23.90], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.23.92], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4