summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d99787d..fc70dd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.34.0:
+
+* Updated doap.
+
What's new in at-spi2-atk 2.33.92:
* License is now lGPL-2.1+.
diff --git a/meson.build b/meson.build
index 91d80b6..fd0b516 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.33.92',
+ version: '2.34.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',