diff options
author | TingPing <tingping@tingping.se> | 2012-09-29 02:55:33 -0300 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-09-29 02:55:33 -0300 |
commit | 8fc45171c54ccb9d19e14149666bbb0a0d16ec93 (patch) | |
tree | 61d3ed54933daff1666387939c0071d7bb68a4ac /plugins | |
parent | 12294a37294d7694606f4b84d482dc0bb7b0c501 (diff) |
Use proper version number for module attribute
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |