summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f1e3ab9..6704d62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
=================
+ Version 40.1
+=================
+- lower default resolution for saner memory footprint
+
+=================
Version 40.0
=================
Version 40.rc
diff --git a/meson.build b/meson.build
index a760a6a..5ffc8be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-backgrounds',
- version: '40.0',
+ version: '40.1',
meson_version: '>= 0.41.0'
)