summary refs log tree commit diff stats
path: root/xchat-wdk.patch
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-12-28 02:21:52 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-12-28 02:21:52 +0100
commit2ebd225bb605853ef2b02f71d731eb78ff0a2208 (patch)
tree9f9354aa3c890bab5d121081f2ef1305fe3d8cf7 /xchat-wdk.patch
parent90d05705c7f1c89767d9e46d4ff8563ba52207b6 (diff)
update python to 2.7
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r--xchat-wdk.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 5176c3fd..06f03cc5 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -41,7 +41,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi
  			}
 diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/plugins/python/python.c
 --- xchat-wdk.orig/plugins/python/python.c	2010-05-16 06:31:54 +0200
-+++ xchat-wdk/plugins/python/python.c	2010-12-28 02:18:45 +0100
++++ xchat-wdk/plugins/python/python.c	2010-12-28 02:21:18 +0100
 @@ -53,10 +53,10 @@
  
  #include <glib.h>
@@ -60,7 +60,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/p
  #ifdef WIN32
  #undef WITH_THREAD /* Thread support locks up xchat on Win32. */
 -#define VERSION "0.8/2.4"	/* Linked to python24.dll */
-+#define VERSION "0.8/2.6"	/* Linked to python26.dll */
++#define VERSION "0.8/2.7"	/* Linked to python27.dll */
  #else
  #define VERSION "0.8"
  #endif