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 | |
| parent | 5de8ccf898677a2d156bd54d426e30e79bc624eb (diff) | |
Bump version
| -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) { |
