2.25.91 AT_SPI2_CORE_2_25_91
authorMike Gorse <mgorse@linux-e5s4.suse>
Mon, 21 Aug 2017 21:48:11 +0000 (16:48 -0500)
committerMike Gorse <mgorse@linux-e5s4.suse>
Mon, 21 Aug 2017 21:48:11 +0000 (16:48 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 0cd5e22..96750d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.25.91:
+
+* Meson builds should now be usable.
+
 What's new in at-spi2-core 2.25.90:
 
 * Fix a couple of introspection issues (bgo#784481).
index 11683f3..c1de48c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.25.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.25.91], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
index a7bfd22..c8f6951 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.90',
+        version: '2.25.91',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',