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 71ba9434..670238ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
============
+Version 40.1
+============
+
+ presence: Do not auto-start the GNOME Shell screensaver service
+ util: Unset LC_* variables as they may be unset at login time
+
+============
Version 40.0
============
diff --git a/meson.build b/meson.build
index de411776..811eec93 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-session', 'c',
- version: '40.0',
+ version: '40.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0'