2.25.4
authorMike Gorse <mgorse@suse.com>
Tue, 20 Jun 2017 17:50:04 +0000 (12:50 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 20 Jun 2017 17:50:04 +0000 (12:50 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index fbc7d4d..caffaca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.25.4:
+
+* Fix gir generation with autotools (bgo#783994).
+
 What's new in at-spi2-core 2.25.3:
 
 * Fix -Wmisleading-indentation warnings.
index d2cd901..3ee2cf5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.25.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.25.4], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
index bf4bbe9..81abd73 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.1',
+        version: '2.25.4',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',