diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/python/python.c | 4 |
1 files 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 |