From 73b17da7d55edbd7f6812a8fad1ac1637c098985 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 4 Feb 2022 12:12:03 +0200 Subject: [PATCH] meson.build: Bump libweston major version With commit 'compositor: Remove desktop zoom' weston_output_zoom was removed from weston_output thus needing a libweston major bump. Signed-off-by: Marius Vlad Suggested-by: Pekka Paalanen --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a20716be..1c73e130 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('weston', license: 'MIT/Expat', ) -libweston_major = 10 +libweston_major = 11 # libweston_revision is manufactured to follow the autotools build's # library file naming, thanks to libtool