summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-02-16 11:40:55 +0100
committerJakub Steiner <jimmac@gmail.com>2022-02-16 11:40:55 +0100
commit26aaaea877eceea60b1066bd1fedbd3732d0153c (patch)
treeea3927a70c022b1c755ce421fc3cf43b90957f66
parentbc136bae09b7d614c3e0d561706c4eb4f4aae3cd (diff)
downloadgnome-backgrounds-42.beta.tar.gz
prepare for 42.beta42.beta
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8d3f1c1..91ed72e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
=================
+ Version 41.beta
+=================
+- new default & supplemental wallpapers in light and dark variants
+- updated guidelines
+
+=================
Version 41.0
=================
- new default & supplemental updates
diff --git a/meson.build b/meson.build
index 0959a7b..7f2e62d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-backgrounds',
- version: '41.0',
- meson_version: '>= 0.41.0'
+ version: '42.beta',
+ meson_version: '>= 0.50.0'
)
i18n = import('i18n')