summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-05-31 15:24:51 +0200
committerMarge Bot <marge-bot@gnome.org>2022-05-31 16:33:39 +0000
commit39bc996095bb62fb1d8b5cb263230a585aaadb63 (patch)
tree2b6dfcc11d2a6ab6bdd02ce0ce2e716206c7090a /meson.build
parent1199dccd241d7fde9b8bc047d866977cab179c11 (diff)
downloadgnome-shell-39bc996095bb62fb1d8b5cb263230a585aaadb63.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 26b404c29..71c34e4e3 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