mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
1199dccd24
commit
39bc996095
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '10'
|
mutter_api_version = '11'
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue