[gnome-software: 22/24] build: Bump plugin API version




commit 10962d70b479ed4eaf697482fdeedaa9f2fe1b52
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Apr 28 18:28:23 2022 +0100

    build: Bump plugin API version
    
    For backwards-incompatible plugin API changes in the gnome-software 43
    cycle.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f95e09edc..4a692def1 100644
--- a/meson.build
+++ b/meson.build
@@ -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 = '18'
+gs_plugin_api_version = '19'
 conf.set_quoted('GS_PLUGIN_API_VERSION', gs_plugin_api_version)
 
 # private subdirectory of libdir for the private shared libgnomesoftware to live in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]