From ab015ef307e6b44910e2110bc1dc605979dff117 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 25 May 2023 15:19:56 +0300 Subject: [PATCH] meson.build: Bump libweston major version to 13 Which should have been with commit ed012ee5051ad70, 'libweston: Store view instead of surface, and add flags, to activation data'. Reported-by: Pekka Paalanen Signed-off-by: Marius Vlad --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 603c82de..fc5880f2 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('weston', license: 'MIT/Expat', ) -libweston_major = 12 +libweston_major = 13 # libweston_revision is manufactured to follow the autotools build's # library file naming, thanks to libtool