diff options
author | bviktor <bviktor@outlook.com> | 2012-09-29 06:16:48 -0700 |
---|---|---|
committer | bviktor <bviktor@outlook.com> | 2012-09-29 06:16:48 -0700 |
commit | 70cd723e2c3d49880653c3a6403af19a33fc15b4 (patch) | |
tree | e2e73b2c0cdbd27a1364aa5a1bf71f939e467ba2 /plugins | |
parent | ce75a6034f808841a249352f362676ce2c6270cb (diff) | |
parent | 8fc45171c54ccb9d19e14149666bbb0a0d16ec93 (diff) |
Merge pull request #108 from TingPing/python
Use proper version number for python 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. */ |