summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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. */