[gnome-software: 12/13] build: Bump plugin API version for recent libgnomesoftware API changes
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 12/13] build: Bump plugin API version for recent libgnomesoftware API changes
- Date: Thu, 28 Jan 2021 19:27:36 +0000 (UTC)
commit 3587911cc3dbe2ebd8c8dc1dba578d0bef14c573
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Jan 28 15:06:45 2021 +0000
build: Bump plugin API version for recent libgnomesoftware API changes
The preceding few commits changed some enum/#define definitions and
GObject property types, so the plugin API version must be bumped.
See: #1007.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
contrib/gnome-software.spec.in | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/contrib/gnome-software.spec.in b/contrib/gnome-software.spec.in
index 62a01fdb..95404afa 100644
--- a/contrib/gnome-software.spec.in
+++ b/contrib/gnome-software.spec.in
@@ -70,7 +70,7 @@ Obsoletes: gnome-software-snap < 3.33.1
Obsoletes: gnome-software-editor < 3.35.1
# this is not a library version
-%define gs_plugin_version 13
+%define gs_plugin_version 14
%description
gnome-software is an application that makes it easy to add, remove
diff --git a/meson.build b/meson.build
index 9c79f5e5..10e4923f 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ conf.set_quoted('PACKAGE_VERSION', meson.project_version())
# 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 = '13'
+gs_plugin_api_version = '14'
conf.set_quoted('GS_PLUGIN_API_VERSION', gs_plugin_api_version)
# install docs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]