diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2014-05-28 22:36:11 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2014-05-28 22:36:11 +0200 |
| commit | b903ea35b56f4d91523e4aecae56b03da4f3fcf1 (patch) | |
| tree | 471bfccdfab07be8ba79671ae42e1a60cc6ea059 /src | |
| parent | 5de8ccf898677a2d156bd54d426e30e79bc624eb (diff) | |
Bump version
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
