summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca9c1fae5..f54dba603 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+41.9
+====
+ * Fixed crash [Jonas]
+
+Contributors:
+ Jonas Ã…dahl
+
41.8
====
* Fix night light without GAMMA_LUT property [Jonas; !2435]
diff --git a/meson.build b/meson.build
index 58802b3c2..126e4a4d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '41.8',
+ version: '41.9',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)