From c7e9c4f5d396cda4051e49b15d7d0e4f91e4efac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 20 Mar 2024 18:59:10 +0100 Subject: [PATCH] build: Bump version to 1.34 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 0ab09f1..d237739 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.33', + version: '1.34', meson_version: '>= 0.55.0', license: 'MIT/Expat', )