diff options
author | TingPing <tngpng@gmail.com> | 2012-09-13 02:00:36 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2012-09-13 02:00:36 -0400 |
commit | db4b665cd3ef0809df6760a4e4dcaea5659ad446 (patch) | |
tree | 9a4cc0768092c55806c56ccf11f21642b9f3889e /plugins | |
parent | f7a227c488c940977d76cdae98b44d3918c28350 (diff) |
bumped python plugin version.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/python/python.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c index 14373a80..0fdaf9e1 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -74,9 +74,9 @@ #ifdef WIN32 #undef WITH_THREAD /* Thread support locks up xchat on Win32. */ -#define VERSION "0.8/2.7" /* Linked to python27.dll */ +#define VERSION "0.9/2.7" /* Linked to python27.dll */ #else -#define VERSION "0.8" +#define VERSION "0.9" #endif #define NONE 0 |