diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-12 22:55:45 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-12 22:55:45 +0000 |
commit | c5a48f5fb8d531179c6f13a932deb4c59eda2564 (patch) | |
tree | fbfe2e5db75cdf0e1c768f5d8f242f8f25768d04 /externals/grill | |
parent | 4ec3dfe8a29e5b3dd0a0dc7afa23b7da90ddb1d5 (diff) |
""
svn path=/trunk/; revision=1220
Diffstat (limited to 'externals/grill')
-rw-r--r-- | externals/grill/py/source/main.h | 4 | ||||
-rw-r--r-- | externals/grill/xsample/source/main.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h index cf000f9b..1f614be0 100644 --- a/externals/grill/py/source/main.h +++ b/externals/grill/py/source/main.h @@ -21,8 +21,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <unistd.h> #endif -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500) -#error You need at least flext version 0.5.0 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 405) +#error You need at least flext version 0.4.5 #endif #define PY__VERSION "0.1.2pre" diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index d3ff0017..4bafeeba 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -19,8 +19,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <flext.h> -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500) -#error You need at least flext version 0.5.0 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 405) +#error You need at least flext version 0.4.5 #endif |