[gnome-software: 8/9] build: Bump plugin API version for recent and upcoming API changes




commit e0d0e16ef347effa1037ce02bab9fe0b16f4682a
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Dec 1 13:29:02 2021 +0000

    build: Bump plugin API version for recent and upcoming API changes
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1472

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0414cc065..399b84b08 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 = '16'
+gs_plugin_api_version = '17'
 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]