summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-08-11 19:07:28 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-11 19:07:28 +0200
commite8099b90904191df553b3e48de0b33116a1b9dd3 (patch)
tree3cea1762b32858dd25a9c5fdb232d938bfd39737
parent2f470ed06481099b2e6d2c249a94b292dcc562ed (diff)
downloadmutter-gnome-41.tar.gz
Bump version to 41.941.9gnome-41
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 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+'
)