From 8fc45171c54ccb9d19e14149666bbb0a0d16ec93 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 29 Sep 2012 02:55:33 -0300 Subject: Use proper version number for module attribute --- plugins/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/python/python.c') diff --git a/plugins/python/python.c b/plugins/python/python.c index 13451c5b..4a594e05 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -70,7 +70,7 @@ #include "pythread.h" #define VERSION_MAJOR 0 -#define VERSION_MINOR 1 +#define VERSION_MINOR 9 #ifdef WIN32 #undef WITH_THREAD /* Thread support locks up xchat on Win32. */ -- cgit 1.4.1