From 3da28b0215ae72a464450fae7015eff4a84bec99 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 20 Jun 2014 09:10:15 +0100 Subject: Always use the latest version of AppStream for logs --- libappstream-builder/asb-app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libappstream-builder/asb-app.c b/libappstream-builder/asb-app.c index 2f8fd7b..3696329 100644 --- a/libappstream-builder/asb-app.c +++ b/libappstream-builder/asb-app.c @@ -105,6 +105,7 @@ asb_app_to_xml (AsbApp *app) _cleanup_object_unref_ AsStore *store; store = as_store_new (); + as_store_set_api_version (store, 1.0f); as_store_add_app (store, AS_APP (app)); str = as_store_to_xml (store, AS_NODE_TO_XML_FLAG_FORMAT_INDENT | -- cgit v1.2.1