Skip to content
Snippets Groups Projects
Commit 6969216b authored by Philip Withnall's avatar Philip Withnall
Browse files

build: Bump plugin API version


For backwards-incompatible plugin API changes in the gnome-software 44
cycle.

Signed-off-by: default avatarPhilip Withnall <pwithnall@endlessos.org>
parent a6f02ae3
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ conf.set_quoted('APPLICATION_ID', application_id)
# this refers to the gnome-software plugin API version
# this is not in any way related to a package or soname version
gs_plugin_api_version = '19'
gs_plugin_api_version = '20'
conf.set_quoted('GS_PLUGIN_API_VERSION', gs_plugin_api_version)
# private subdirectory of libdir for the private shared libgnomesoftware to live in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment