summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:15:48 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:15:48 -0600
commita23121cc7db3dd52be3080656e7635a1403c7494 (patch)
tree8ef5fd924f2bd3fdc8c4803b7e6e2c28861fb5e7
parentcb05f06b4605a4abfd26327c54b2bd576dd5fdc5 (diff)
downloadat-spi2-atk-gnome-3-26.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 18c0dc4..abeb816 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.26.3:
+
+* Fix crash retrieving table header cells.
+
What's new in at-spi2-atk 2.26.2:
* Fix a couple of cache-related functions so that they don't return
diff --git a/configure.ac b/configure.ac
index 3c56e90..618c6e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.26.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.26.3], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0
diff --git a/meson.build b/meson.build
index 5c42e8c..dcc5425 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.26.2',
+ version: '2.26.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',