From: Mike Gorse Date: Mon, 30 Oct 2017 21:35:53 +0000 (-0500) Subject: 2.26.1 X-Git-Tag: AT_SPI2_ATK_2_26_1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ea01613fb9f10d67f45e931fa5664a68ac49a29;p=platform%2Fupstream%2Fat-spi2-atk.git 2.26.1 --- 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',