libmalcontent-ui: Bump API version

An app which currently depends on malcontent-ui-0.pc or
MalcontentUi-0.gir will fail to compile or run, respectively, aganist
the GTK 4-ified version.

Bump the API version, which is used in both those names. This will also
(I think) allow the two versions of libmalcontent-ui to be
parallel-installed.
This commit is contained in:
Will Thompson 2022-07-22 11:13:33 +01:00
parent 922ae096be
commit ffba5dab43
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
libmalcontent_ui_api_version = '0'
libmalcontent_ui_api_version = '1'
libmalcontent_ui_api_name = 'malcontent-ui-' + libmalcontent_ui_api_version
if not cc.has_function('atexit')