[gnome-shell] build: Bump mutter API version



commit 39bc996095bb62fb1d8b5cb263230a585aaadb63
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue May 31 15:24:51 2022 +0200

    build: Bump mutter API version
    
    We started a new development cycle when branching, reflect that by
    bumping the mutter API version.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2317>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 26b404c294..71c34e4e31 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 = '10'
+mutter_api_version = '11'
 
 clutter_pc = 'mutter-clutter-' + mutter_api_version
 cogl_pc = 'mutter-cogl-' + mutter_api_version


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]