From: Mike Gorse Date: Mon, 13 Mar 2017 22:04:47 +0000 (-0500) Subject: 2.23.92 X-Git-Tag: AT_SPI2_CORE_2_23_92^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=8c134950defb54ed8f5f0b8cb2df3bfa460c4203;p=platform%2Fupstream%2Fat-spi2-core.git 2.23.92 --- 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])