summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 183502b1f..f62f00359 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
================
+Version 3.34.6
+================
+
+Sound
+- Fix translation of "System Sounds"
+
+================
Version 3.34.5
================
diff --git a/meson.build b/meson.build
index 4fe393edd..ac058ec22 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.34.5',
+ version : '3.34.6',
license : 'GPL2+',
meson_version : '>= 0.50.0'
)