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