summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-04-08 17:21:22 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-04-08 17:21:22 -0500
commit89001a86a037cfabf27e912b902929b5daeb3c55 (patch)
tree41b17d0f18814a528e3bad3e292b5d2d5594ec4a
parente5c55c26a5d21fff1b88c90ee7aee4269788797c (diff)
downloadat-spi2-core-89001a86a037cfabf27e912b902929b5daeb3c55.tar.gz
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5af5556c..07c274b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.32.1:
+
+* Fix mesonb uild for meson 0.50.0.
+
What's new in at-spi2-core 2.31.92:
* Fix atspi_table_cell_get_(row_column)_header_cells.
diff --git a/meson.build b/meson.build
index 6c9e5723..839afeff 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.32.0',
+ version: '2.32.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',