summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-e5s4.suse>2017-08-21 16:48:11 -0500
committerMike Gorse <mgorse@linux-e5s4.suse>2017-08-21 16:48:11 -0500
commit01a9e8cf421b7d988bb1549288bf99ba2c317726 (patch)
treefd29921276f559d26d79c11dc55c73e32bc996c5
parentb6f20b2db69e9b0d89f061546590a705b5f72ab2 (diff)
downloadat-spi2-core-01a9e8cf421b7d988bb1549288bf99ba2c317726.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0cd5e221..96750d3b 100644
--- 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).
diff --git a/configure.ac b/configure.ac
index 11683f30..c1de48ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index a7bfd220..c8f69519 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.25.90',
+ version: '2.25.91',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',