From 1cf2940fd0e546f6052f4d04b06733e0cddb336a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 31 May 2022 15:23:54 +0200 Subject: [PATCH] build: Bump API version We started a new development cycle when branching, the API version should reflect that. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 49e66e717..d29a948a5 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 = '10' +libmutter_api_version = '11' mutter_srcdir = meson.current_source_dir() mutter_builddir = meson.current_build_dir()