changeset 261:e3076b5e059d

rollback version number to 0.8.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 03 Dec 2008 22:57:03 +0900
parents d973f9debe86
children e9a7c018a952
files configure.ac main.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Dec 03 01:58:34 2008 +0900
+++ b/configure.ac	Wed Dec 03 22:57:03 2008 +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.0, yaz@honeyplanet.jp)
+AC_INIT(pidgin-twitter, 0.8.1, yaz@honeyplanet.jp)
 AC_CONFIG_SRCDIR([main.c])
 
 # Checks for programs.
--- a/main.c	Wed Dec 03 01:58:34 2008 +0900
+++ b/main.c	Wed Dec 03 22:57:03 2008 +0900
@@ -1278,7 +1278,7 @@
     PURPLE_PRIORITY_DEFAULT,    /**< priority	*/
     PLUGIN_ID,                  /**< id     */
     "Pidgin-Twitter",           /**< name	*/
-    "0.9.0d1",                  /**< version	*/
+    "0.8.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	*/