summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',