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 752ca629..f7595999 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
===============
+Version 3.31.92
+===============
+- Translation updates
+
+Power:
+- Only test backlight on linux
+
+===============
Version 3.31.91
===============
- Translation updates
diff --git a/meson.build b/meson.build
index 7ea5e369..2f12432c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.31.91',
+ version: '3.31.92',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)