summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91ed72e..646e1c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+==============
+ Version 41.0
+==============
+- split xml files per background for easier cherry-picking by distros
+- clean up credentials
+
=================
Version 41.beta
=================
diff --git a/meson.build b/meson.build
index 7f2e62d..612472b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-backgrounds',
- version: '42.beta',
+ version: '42.0',
meson_version: '>= 0.50.0'
)