From 538c7c397aac146ebc47b9af1663e27899f334fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 12 Dec 2022 16:30:06 +0100 Subject: [PATCH] build: Bump mutter API version To match https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2757. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0be7bf769..791ec2e64 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ split_version = meson.project_version().split('.') # the Cogl and Clutter libraries also use this API version. # The API version is increased each development cycle, # starting with 0 in 3.23.x -mutter_api_version = '11' +mutter_api_version = '12' clutter_pc = 'mutter-clutter-' + mutter_api_version cogl_pc = 'mutter-cogl-' + mutter_api_version