[at-spi2-core] 2.25.4



commit 2a1266923244199938dd703eb08704d98edb1300
Author: Mike Gorse <mgorse suse com>
Date:   Tue Jun 20 12:50:04 2017 -0500

    2.25.4

 NEWS         |    4 ++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fbc7d4d..caffaca 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index d2cd901..3ee2cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index bf4bbe9..81abd73 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.25.1',
+        version: '2.25.4',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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