From d963aff7f6977e50517fb2ffe8b31f1db142107d Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sun, 19 Mar 2023 09:23:15 -0500 Subject: 2.48.0 --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1