summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 06:18:51 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 06:18:51 -0600
commit92a98cc17f6aa624ca501def329af4efd8196050 (patch)
tree4ae5f046a91725eddbf4dd636f47ba7814f834cb
parentdfa25b410402a0c44e4e9fee1feb3aee8072ec54 (diff)
downloadat-spi2-core-gnome-3-30.tar.gz
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2767e4ae..c8523ab3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.30.1:
+
+* Fix atspi_table_cell_get_(row|column)_headers.
+
What's new in at-spi2-core 2.29.1:
* Add dbus-broker support to bus launcher.
diff --git a/meson.build b/meson.build
index 2b6ef8a2..cfad5656 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.30.0',
+ version: '2.30.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',