summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-10-07 13:23:05 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-10-07 13:23:05 -0500
commit043b793de2161a0548835424f4d087ac90d1172d (patch)
treee858ac29765251c5f34a9ca4d6cfcbccc0cca635
parent2512e3fc019c78189779193dd35d59e89d695069 (diff)
downloadat-spi2-atk-043b793de2161a0548835424f4d087ac90d1172d.tar.gz
-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',