summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83b774d4..6ac12712 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
What's new in at-spi2-core 2.13.92:
+What's new in at-spi2-core 2.14.1:
+
+* Docs: add AtspiTableCell.
+
* Fix alignment checks when cross-compiling (bgo#736653).
diff --git a/configure.ac b/configure.ac
index ef9dea62..140c7391 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.14.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.14.1], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])