summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-03-26 09:28:16 +0000
committerRichard Hughes <richard@hughsie.com>2015-03-26 09:28:16 +0000
commit08cd7204afb990521ebec74b4d4eb686a3eb2efc (patch)
tree3ec53b3cfe0c28f2c8c28bcce5903d1750288ab0
parent5f214d14c9d7d13da2f561c1a4199f2bf7517895 (diff)
downloadappstream-glib-08cd7204afb990521ebec74b4d4eb686a3eb2efc.tar.gz
If the API version is unspecified when building use the latest released version
-rw-r--r--client/as-builder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-builder.c b/client/as-builder.c
index d7894ab..1f3f1cb 100644
--- a/client/as-builder.c
+++ b/client/as-builder.c
@@ -274,7 +274,7 @@ main (int argc, char **argv)
#endif
/* set defaults */
if (api_version < 0.01)
- api_version = 0.41;
+ api_version = 0.8;
if (temp_dir == NULL)
temp_dir = g_strdup ("./tmp");
if (log_dir == NULL)