summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a0bf2e..891e623 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in version 2.34.0
+=========================
+
Changes in version 2.33.3
=========================
diff --git a/meson.build b/meson.build
index 9b4cd14..8c78cef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.33.3',
+ version: '2.34.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',