# HG changeset patch # User Yoshiki Yazawa # Date 1231566106 -32400 # Node ID 8ac1ebc63fabee1d364c4e591e5e1e1c8423a513 # Parent dffc9604a9fb65dc4c0fc492a26c009ff1b2a7eb set the version to 3.0.0 diff -r dffc9604a9fb -r 8ac1ebc63fab pidgin-audacious.c --- a/pidgin-audacious.c Mon Oct 06 18:19:42 2008 +0900 +++ b/pidgin-audacious.c Sat Jan 10 14:41:46 2009 +0900 @@ -753,13 +753,13 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PIDGINAUD_PLUGIN_ID, /**< id */ "Pidgin-Audacious", /**< name */ - "3.0.0d1", /**< version */ + "3.0.0", /**< version */ "Automatically updates your Pidgin status info with the currently " "playing music in Audacious.", /** summary */ "Automatically updates your Pidgin status info with the currently " "playing music in Audacious.", /** desc */ "Yoshiki Yazawa (yaz@honeyplanet.jp)", /**< author */ - "http://www.honeyplanet.jp", /**< homepage */ + "http://www.honeyplanet.jp/", /**< homepage */ load_plugin, /**< load */ unload_plugin, /**< unload */ NULL, /**< destroy */