From 4795e23f2c2a873435ee8e989266a7f6f0d2122a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 23 Sep 2024 13:00:51 +0200 Subject: [PATCH] build: Bump API version We have branched, so bump the API version for GNOME 48. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 25411928e..9436811d6 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('mutter', 'c', split_version = meson.project_version().split('.') # API version, bump each development cycle -libmutter_api_version = '15' +libmutter_api_version = '16' mutter_srcdir = meson.current_source_dir() mutter_builddir = meson.current_build_dir()