From 9b39e0d94c73773d0dc4b11d9355798d941921e8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 30 Jul 2005 12:22:11 +0000 Subject: corrected Python object propagation (attribute "py") and adjusted help files path setting based on new flext functionality much better detach method handling (one thread for all object instances) svn path=/trunk/; revision=3389 --- externals/grill/py/source/pyprefix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/source/pyprefix.h') diff --git a/externals/grill/py/source/pyprefix.h b/externals/grill/py/source/pyprefix.h index 3841cdce..ac97cbde 100644 --- a/externals/grill/py/source/pyprefix.h +++ b/externals/grill/py/source/pyprefix.h @@ -20,8 +20,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include #endif -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500) -#error You need at least flext version 0.5.0 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501) +#error You need at least flext version 0.5.1 #endif #if FLEXT_OS == FLEXT_LINUX || FLEXT_OS == FLEXT_IRIX -- cgit v1.2.1