From db4b665cd3ef0809df6760a4e4dcaea5659ad446 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 13 Sep 2012 02:00:36 -0400 Subject: bumped python plugin version. --- plugins/python/python.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/python/python.c b/plugins/python/python.c index 14373a80..0fdaf9e1 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -74,9 +74,9 @@ #ifdef WIN32 #undef WITH_THREAD /* Thread support locks up xchat on Win32. */ -#define VERSION "0.8/2.7" /* Linked to python27.dll */ +#define VERSION "0.9/2.7" /* Linked to python27.dll */ #else -#define VERSION "0.8" +#define VERSION "0.9" #endif #define NONE 0 -- cgit 1.4.1