summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a79ae65e..40c8629b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+=============
+Version 40.rc
+=============
+- Translation updates
+- Test framework improvements
+
+Xsettings:
+- Go back to loading gtk modules from lib/gnome-settings-daemon-3.0
+
===============
Version 40.beta
===============
diff --git a/meson.build b/meson.build
index 8cab6f2a..706f2593 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '40.beta',
+ version: '40.rc',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)