summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-11-10 16:07:55 -0600
committerMike Gorse <mgorse@suse.com>2014-11-10 16:07:55 -0600
commit96c2842088008670e72739ea7921d654487a57fb (patch)
tree2fdaefd7038b7f76a70d02df00c0c7ed92602d41
parenta4831baebd7a76bc253513bde2ff123bec250d92 (diff)
downloadat-spi2-core-96c2842088008670e72739ea7921d654487a57fb.tar.gz
Release v2.14.1AT_SPI2_CORE_2_14_1
-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])