From b4ea92562ef5e464dc5b22167c0eca4fde52db2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 6 Jan 2024 22:32:15 +0100 Subject: [PATCH] Bump mutter API version We forgot to do this when branching, so let's get it done now before the alpha release. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e550dd91a..9b24cb38f 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 = '13' +mutter_api_version = '14' clutter_pc = 'mutter-clutter-' + mutter_api_version cogl_pc = 'mutter-cogl-' + mutter_api_version