diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-30 01:02:03 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-30 01:02:03 +0000 |
commit | 22352b18f2fc39ba4b60113acde86e2ead9afeab (patch) | |
tree | 4355912d4ba28737a783d871062af7ac0a445f2f /externals/grill/dyn/src | |
parent | 09f42a0bf075cb60783111169b8dd5fc23497fae (diff) |
""
svn path=/trunk/; revision=1242
Diffstat (limited to 'externals/grill/dyn/src')
-rw-r--r-- | externals/grill/dyn/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/dyn/src/main.cpp b/externals/grill/dyn/src/main.cpp index 6b5e962c..38897c5d 100644 --- a/externals/grill/dyn/src/main.cpp +++ b/externals/grill/dyn/src/main.cpp @@ -13,8 +13,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <flext.h> -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 402) -#error You need at least flext version 0.4.2 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 405) +#error You need at least flext version 0.4.5 #endif #define DYN_VERSION "0.1.0" |