summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-03-20 20:31:59 +0100
committerFlorian Müllner <fmuellner@gnome.org>2022-03-20 20:31:59 +0100
commit915ab848e60b780c25bc44b57e7f86adf442a72d (patch)
tree3ba30174c9fe4bc0db592c91d55413c7933a45c0
parent232e3c20b5f26621f8d1ae5cf7ea2f7e042ceda5 (diff)
downloadmutter-915ab848e60b780c25bc44b57e7f86adf442a72d.tar.gz
Bump version to 40.1040.10
Update NEWS.
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 65f16074c..221342739 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+40.10
+=====
+* Fix X11 → wayland drops ending up in the wrong wayland client [Olivier; !2305]
+
+Contributors:
+ Olivier Fourdan
+
40.9
====
* Place popups on the same monitor as the anchor rect [Jonas; !2252]
diff --git a/meson.build b/meson.build
index 39ad5bcd1..f6f387239 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '40.9',
+ version: '40.10',
meson_version: '>= 0.51.0',
license: 'GPLv2+'
)