summary refs log tree commit diff stats
path: root/plugins/python
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-09-29 02:55:33 -0300
committerTingPing <tingping@tingping.se>2012-09-29 02:55:33 -0300
commit8fc45171c54ccb9d19e14149666bbb0a0d16ec93 (patch)
tree61d3ed54933daff1666387939c0071d7bb68a4ac /plugins/python
parent12294a37294d7694606f4b84d482dc0bb7b0c501 (diff)
Use proper version number for module attribute
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/python.c2
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. */