aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/absattr/absattr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/absattr/absattr.cpp')
-rw-r--r--externals/grill/absattr/absattr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/absattr/absattr.cpp b/externals/grill/absattr/absattr.cpp
index b8731914..922cba03 100644
--- a/externals/grill/absattr/absattr.cpp
+++ b/externals/grill/absattr/absattr.cpp
@@ -12,8 +12,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 < 501)
+#error You need at least flext version 0.5.1
#endif
#include <map>