summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-09-16 16:36:08 +0100
committerRichard Hughes <richard@hughsie.com>2015-09-16 17:59:30 +0100
commit8c58e47632f1e3da2723e57b2cb1bf775da37234 (patch)
tree0d64d33a98ef0c393a8058a267e911ac7c497bc2 /configure.ac
parentd707ebe7e684a7f8aae6c65be390d02cb0740077 (diff)
downloadappstream-glib-8c58e47632f1e3da2723e57b2cb1bf775da37234.tar.gz
Require AppData files to be present in the AppStream metadata
This changes the default processing element from the desktop file to an AppData (or MetaInfo) file, and the other sources now refine the base object rather than the other way around. This matches what Debian is doing.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e8e48a3..6e6f2be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_SUBST(AS_VERSION)
# this refers to the plugin API version
# this is not in any way related to a package or soname version
-AS_PLUGIN_VERSION=2
+AS_PLUGIN_VERSION=3
AC_SUBST(AS_PLUGIN_VERSION)
AC_DEFINE_UNQUOTED([AS_PLUGIN_VERSION], "$AS_PLUGIN_VERSION", [plugin API version])