From 24e612f7d735c014c28e3934440c90c240b3bb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 26 Apr 2024 09:33:20 +0200 Subject: [PATCH] build: Bump version to 1.36 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 b6154ae..1846f3d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.35', + version: '1.36', meson_version: '>= 0.55.0', license: 'MIT/Expat', )