summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2014-05-28 22:36:11 +0200
committerJoel Klinghed <the_jk@yahoo.com>2014-05-28 22:36:11 +0200
commitb903ea35b56f4d91523e4aecae56b03da4f3fcf1 (patch)
tree471bfccdfab07be8ba79671ae42e1a60cc6ea059 /src
parent5de8ccf898677a2d156bd54d426e30e79bc624eb (diff)
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cced90f..06adbdb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1001,7 +1001,7 @@ gpointer worker_main(gpointer _data)
xmlrpc_env_init(&env);
xmlrpc_client_setup_global_const(&env);
- xmlrpc_client_create(&env, XMLRPC_CLIENT_NO_FLAGS, "viewtorrents", "0.1",
+ xmlrpc_client_create(&env, XMLRPC_CLIENT_NO_FLAGS, "viewtorrents", "0.2",
NULL, 0, &client);
if (env.fault_occurred)
{