2.26.1 upstream_2.26.1 AT_SPI2_ATK_2_26_1 upstream/2.26.1
authorMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 21:35:53 +0000 (16:35 -0500)
committerMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 21:35:53 +0000 (16:35 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index d35f453..5142c58 100644 (file)
--- 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
index 9f1aaf8..2e30e87 100644 (file)
@@ -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
index 38d3701..5aae0b4 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-atk', 'c',
-        version: '2.26.0',
+        version: '2.26.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',