From 562cf83328fcaf9bbe10999e1c694ade59c12dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 12 Dec 2022 10:39:57 +0100 Subject: [PATCH] build: Bump API version Next commit will break ABI, and the API version hasn't been bumped since the 43 branch. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 709759f96..56ae4b807 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 = '11' +libmutter_api_version = '12' mutter_srcdir = meson.current_source_dir() mutter_builddir = meson.current_build_dir()