summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bffa91f..3092770b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.27.92:
+
+* Support building a static library (bgo#793652).
+\
+* Fix build on FreeBSD (bgo#791608).
+
What's new in at-spi2-core 2.27.1:
* Dropped autotools support.
diff --git a/meson.build b/meson.build
index aaa0f723..86e2a4a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.27.1',
+ version: '2.28.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',