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 57d3cd94..97208e5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+=================
+Version 3.29.90.1
+=================
+Media-keys:
+- Allow volume above 100%
+
===============
Version 3.29.90
===============
diff --git a/meson.build b/meson.build
index e0335ecd..c630e49c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.29.90',
+ version: '3.29.90.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)