aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-03-26 22:16:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-03-26 22:16:18 +0000
commitf882da3800c2af9bbf07c98c2ed466bb1759ad72 (patch)
tree491173f91e1e885fb3ee4a0152567a134c74854e /externals/grill/fftease/src/main.h
parent833f14e6fe739de36cbef18658aab05057436636 (diff)
corrected PD help file names
adapt to current flext version OSX changes svn path=/trunk/; revision=7517
Diffstat (limited to 'externals/grill/fftease/src/main.h')
-rw-r--r--externals/grill/fftease/src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/fftease/src/main.h b/externals/grill/fftease/src/main.h
index 18a36bc0..50ca4c66 100644
--- a/externals/grill/fftease/src/main.h
+++ b/externals/grill/fftease/src/main.h
@@ -19,8 +19,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <flext.h>
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
-#error You need at least flext version 0.4.1
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501)
+#error You need at least flext version 0.5.1
#endif