bumped python plugin version.

This commit is contained in:
TingPing 2012-09-13 02:00:36 -04:00
parent f7a227c488
commit db4b665cd3
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@
#ifdef WIN32 #ifdef WIN32
#undef WITH_THREAD /* Thread support locks up xchat on 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 #else
#define VERSION "0.8" #define VERSION "0.9"
#endif #endif
#define NONE 0 #define NONE 0