Skip to content

meson: Set correct package version for generated .gir file for gobject introspection

Previously the package version used for the gir file was hardcoded and did not change when the wireplumber_api_version definition was changed, which has now been fixed to use that definition.

Notably, the version in the next branch is still 0.4 instead of 0.5 which means the gir file points to the wrong library.

Merge request reports