aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-05 04:40:52 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-05 04:40:52 +0000
commit4215d864c0baf21a4f67ed3fe44e642b84708197 (patch)
tree73adca0e1fd7fd30a0a1977e88fd14b3233b5cbb /externals/grill/py/source/main.h
parent69f7f0c33559cf90e7d6ce7c0ddbd5501af7b1de (diff)
""
svn path=/trunk/; revision=453
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 52990fe0..ef28b7ec 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -18,8 +18,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <unistd.h>
#endif
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
-#error You need at least flext version 0.4.1
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 403)
+#error You need at least flext version 0.4.3
#endif
#define PY__VERSION "0.1.2pre"