Bump mutter API version

We forgot to do this when branching, so let's get it done now
before the alpha release.
This commit is contained in:
Florian Müllner 2024-01-06 22:32:15 +01:00
parent e75a2ca146
commit b4ea92562e

View File

@ -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