summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2020-10-27 13:27:05 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2020-10-27 13:27:05 +0200
commita0f4a16132a995340a16858479d5a1c8321b32c7 (patch)
tree4e25faf87ed947e1f3534cc0fa0b0d111c9640c7
parent2d4dd70ff57af0d0c99f414bb9c28c0a620e703a (diff)
downloadweston-a0f4a16132a995340a16858479d5a1c8321b32c7.tar.gz
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 <pekka.paalanen@collabora.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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