From a0f4a16132a995340a16858479d5a1c8321b32c7 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 27 Oct 2020 13:27:05 +0200 Subject: [PATCH] libweston: bump major version to 10 Commit 32a5acde5be9c9762526274fcd5bfe02288bb6ec "tests: add mechanism to change Weston's behavior when running certain tests" added a new field to struct weston_compositor. Since that struct is still in the public header, this breaks ABI. Bump the library version accordingly. Signed-off-by: Pekka Paalanen --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 749d17bb..23489468 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('weston', license: 'MIT/Expat', ) -libweston_major = 9 +libweston_major = 10 # libweston_revision is manufactured to follow the autotools build's # library file naming, thanks to libtool