summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-09-09 11:21:14 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-09-09 11:21:14 -0500
commit15ad5b3aab208c97352187e2408d7b3752504230 (patch)
treeb862262be3d8d1cb8e55498b4c22249243439bb9
parent77f50e5d9a7abad51aa97548efd9794333b54d87 (diff)
downloadat-spi2-atk-15ad5b3aab208c97352187e2408d7b3752504230.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 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',