Merge pull request #108 from TingPing/python

Use proper version number for python module attribute
This commit is contained in:
bviktor
2012-09-29 06:16:48 -07:00

View File

@@ -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. */