From 22352b18f2fc39ba4b60113acde86e2ead9afeab Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 30 Dec 2003 01:02:03 +0000 Subject: "" svn path=/trunk/; revision=1242 --- externals/grill/dyn/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/dyn/src/main.cpp') 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 -#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" -- cgit v1.2.1