[at-spi2-atk] 2.26.1



commit 3ea01613fb9f10d67f45e931fa5664a68ac49a29
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Oct 30 16:35:53 2017 -0500

    2.26.1

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]