summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-04-12 16:54:52 +0200
committerBenjamin Berg <bberg@redhat.com>2021-04-12 16:54:52 +0200
commitf84ea29179b2965aa42b6af37863ea7642f876ca (patch)
tree71295c55923a61356c0d38dc5cc5642f7fabfa98
parentd44888fb304e9d957805bf052bf879b0f50568be (diff)
downloadgnome-session-f84ea29179b2965aa42b6af37863ea7642f876ca.tar.gz
Release 40.040.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b1cd074d..71ba9434 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Version 40.0
+============
+
+ util: Remove undesired variables from activation environment
+
===============
Version 40.beta
===============
diff --git a/meson.build b/meson.build
index 0451e28c..de411776 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-session', 'c',
- version: '40.beta',
+ version: '40.0',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0'