From 71da8bd7f9fd3ea7c5d87ad19ca087eeca137673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 17 Feb 2025 16:34:30 +0800 Subject: [PATCH] build: Bump version to 1.41 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4c60ecb..fd74b0a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.40', + version: '1.41', meson_version: '>= 0.58.0', license: 'MIT/Expat', )