summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f29e3bd4..792425beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
================
+Version 3.34.0.1
+================
+
+Sound
+- Fix sliders not behaving properly
+
+
+================
Version 3.34.0
================
diff --git a/meson.build b/meson.build
index 7cd33e8bd..8ca97d12f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.34.0',
+ version : '3.34.0.1',
license : 'GPL2+',
meson_version : '>= 0.50.0'
)