summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-03-19 09:23:15 -0500
committerMike Gorse <mgorse@suse.com>2023-03-19 09:23:15 -0500
commitd963aff7f6977e50517fb2ffe8b31f1db142107d (patch)
tree96df20181f73d0229e3c667093a1ae7f4b9eb909
parent9fa49a9cb49e5a3487f757f526c3bcfc773e1dca (diff)
downloadat-spi2-core-d963aff7f6977e50517fb2ffe8b31f1db142107d.tar.gz
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30676c1a..e286d4db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 2.48.0:
+
+* Add a "atk-only" build option. This allows atk to be built without libdbus
+ installed, but it does not build libatspi or the atk bridge.
+
+* Fix some typos in the documentation.
+
What's new in at-spi2-core 2.47.90:
* Downgrade meson requirement to 0.63.
diff --git a/meson.build b/meson.build
index d938e093..aff697b3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.47.90',
+ version: '2.48.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',