summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-08-08 17:26:08 -0500
committerMike Gorse <mgorse@suse.com>2020-08-08 17:26:08 -0500
commitac01cbcb8eaddf7fd144a0fc0d09e5e0fcc8d8c0 (patch)
treef561c0ff02a5a6da9f6e109a1917f11fad1669a2
parenta376fffe9ca333347c785af7d2686fd000ed059a (diff)
downloadat-spi2-atk-ac01cbcb8eaddf7fd144a0fc0d09e5e0fcc8d8c0.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fd3d9d..6170649 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 2.37.90:
+
+* Add support for the new mark and suggestion roles (!21).
+
+* Meson: add tests option (!22).
+
What's new in at-spi2-atk 2.34.2:
* Meson: don't hard-code shared_library (!19).
diff --git a/meson.build b/meson.build
index 79567af..3d9865a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.34.2',
+ version: '2.37.90',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',