From 6141e1154303dadd5c3e480bc4a16e26f1dcb2af Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 23 Nov 2025 22:22:52 +0100 Subject: [PATCH] build: bump version to 1.46 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 61ba6fc..2fe65b9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.45', + version: '1.46', meson_version: '>= 0.58.0', license: 'MIT/Expat', )