diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | gui/viewtorrents.glade | 4 | ||||
| -rw-r--r-- | 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 @@ <property name="type_hint">dialog</property> <property name="transient_for">main</property> <property name="program_name">Viewtorrents</property> - <property name="version">0.1</property> - <property name="copyright" translatable="yes">Copyright Joel Klinghed 2011</property> + <property name="version">0.2</property> + <property name="copyright" translatable="yes">Copyright Joel Klinghed 2011-2014</property> <property name="authors">Joel Klinghed</property> <property name="logo_icon_name">viewtorrents</property> <child internal-child="vbox"> @@ -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) { |
