summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2017-10-30 16:35:53 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2017-10-30 16:35:53 -0500
commit3ea01613fb9f10d67f45e931fa5664a68ac49a29 (patch)
tree8cb9c1f0eabd46ba2dbc270bd9c73e70269e4137
parent0e8945ec0ee63f736643056217b0bb2cf8188680 (diff)
downloadat-spi2-atk-AT_SPI2_ATK_2_26_1.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d35f453..5142c58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 2.26.1:
+
+* meson: Ensure paths written to .pc file are absolute.
+
+* Package a couple of missing meson.build files.
+
What's new in at-spi2-atk 2.25.3:
* Add error-message, error-for, details, and details-for relation types
diff --git a/configure.ac b/configure.ac
index 9f1aaf8..2e30e87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.26.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.26.1], [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 38d3701..5aae0b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.26.0',
+ version: '2.26.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',