From b903ea35b56f4d91523e4aecae56b03da4f3fcf1 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 28 May 2014 22:36:11 +0200 Subject: Bump version --- configure.ac | 2 +- gui/viewtorrents.glade | 4 ++-- src/main.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index fc01dcf..9b5c787 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([viewtorrents], [0.1], [the_jk@yahoo.com]) +AC_INIT([viewtorrents], [0.2], [the_jk@yahoo.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([dist-bzip2 foreign color-tests parallel-tests]) diff --git a/gui/viewtorrents.glade b/gui/viewtorrents.glade index 9efaccf..877da78 100644 --- a/gui/viewtorrents.glade +++ b/gui/viewtorrents.glade @@ -491,8 +491,8 @@ dialog main Viewtorrents - 0.1 - Copyright Joel Klinghed 2011 + 0.2 + Copyright Joel Klinghed 2011-2014 Joel Klinghed viewtorrents 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) { -- cgit v1.2.3-70-g09d2