Bump mutter API version

It's time :-)

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3385>
This commit is contained in:
Florian Müllner 2024-06-22 19:45:00 +02:00
parent ab87629241
commit b7a18a28e7

View File

@ -10,7 +10,7 @@ split_version = meson.project_version().split('.')
# the Cogl and Clutter libraries also use this API version. # the Cogl and Clutter libraries also use this API version.
# The API version is increased each development cycle, # The API version is increased each development cycle,
# starting with 0 in 3.23.x # starting with 0 in 3.23.x
mutter_api_version = '14' mutter_api_version = '15'
clutter_pc = 'mutter-clutter-' + mutter_api_version clutter_pc = 'mutter-clutter-' + mutter_api_version
cogl_pc = 'mutter-cogl-' + mutter_api_version cogl_pc = 'mutter-cogl-' + mutter_api_version