aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:04:29 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:04:29 +0000
commite306932afa409fe7a07ed9126a6766139c579754 (patch)
tree4d73704638e2bc99b3460edd09d249094e535f2a /externals/grill/py/source/main.h
parentf38b827252320ae0fdacce3d418058cca3b84bce (diff)
support for Python threads, at last
output single atoms instead of 1-element lists small changes for release using flext build system svn path=/trunk/; revision=2398
Diffstat (limited to 'externals/grill/py/source/main.h')
-rw-r--r--externals/grill/py/source/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h
index 3aed0f10..6dde3f54 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -24,8 +24,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <unistd.h>
#endif
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 406)
-#error You need at least flext version 0.4.6
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 408)
+#error You need at least flext version 0.4.8
#endif
#define PY__VERSION "0.2.0pre"