summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-03-06 19:08:58 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-03-06 19:08:58 +0100
commite02a6e19ac4e8306aaca1a6a89b293c022f50567 (patch)
tree235c9a29c0364b597084a9dbc59809dc0bcedc64
parent8b1e4725a922633a67dc170d681b813b2ba53816 (diff)
downloadgnome-settings-daemon-e02a6e19ac4e8306aaca1a6a89b293c022f50567.tar.gz
-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'
)