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 fc70dd3..874dd6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.34.1:
+
+* socket_embed_hook: Make plug_id parameter const.
+
What's new in at-spi2-atk 2.34.0:
* Updated doap.
diff --git a/meson.build b/meson.build
index fd0b516..906dda6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.34.0',
+ version: '2.34.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',