Mercurial > pidgin-twitter
changeset 363:85e109dee063 0.9.2.1
- version bump to 0.9.2.1
- add dai as a contributor
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 13 May 2011 00:01:48 +0900 |
parents | c6392a86839b |
children | cbdf0b35d31b |
files | configure.ac main.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 */