summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e41af4d..9d92cb0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
=================
+Version 3.34.0
+=================
+
+- Translation updates
+
+=================
Version 3.33.92.1
=================
diff --git a/meson.build b/meson.build
index f914167c..6781ca76 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.33.92.1',
+ version: '3.34.0',
license: ['GPL2+', 'LGPL2+']
)