# HG changeset patch # User Yoshiki Yazawa # Date 1305212508 -32400 # Node ID 85e109dee06375b653850e738dc0448f8ffe8539 # Parent c6392a86839b1d7307dfb94b063a460b2501d003 - version bump to 0.9.2.1 - add dai as a contributor diff -r c6392a86839b -r 85e109dee063 configure.ac --- a/configure.ac Thu May 12 23:53:50 2011 +0900 +++ b/configure.ac Fri May 13 00:01:48 2011 +0900 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pidgin-twitter, 0.9.2, yaz@honeyplanet.jp) +AC_INIT(pidgin-twitter, 0.9.2.1, yaz@honeyplanet.jp) AC_CONFIG_SRCDIR([main.c]) # Checks for programs. diff -r c6392a86839b -r 85e109dee063 main.c --- a/main.c Thu May 12 23:53:50 2011 +0900 +++ b/main.c Fri May 13 00:01:48 2011 +0900 @@ -1418,10 +1418,10 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PLUGIN_ID, /**< id */ "Pidgin-Twitter", /**< name */ - "0.9.2", /**< version */ + "0.9.2.1", /**< version */ "provides useful features for twitter", /** summary */ "provides useful features for twitter", /** desc */ - "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nmojin, umq, \nthe pidging-twitter team", /**< author */ + "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nmojin, umq, dai, \nthe pidging-twitter team", /**< author */ "http://www.honeyplanet.jp/pidgin-twitter/", /**< homepage */ load_plugin, /**< load */ unload_plugin, /**< unload */