summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',