aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/source/pool.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-04-22 02:41:30 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-04-22 02:41:30 +0000
commit591d23920ae9097c68045cbb5133fcbf5b1f6401 (patch)
treec0e715debed6adb1453fb0f46c609b9d844f0cf8 /externals/grill/pool/source/pool.h
parentd646867589f6bdc27fee21fb69cff58590a1f841 (diff)
""
svn path=/trunk/; revision=1624
Diffstat (limited to 'externals/grill/pool/source/pool.h')
-rw-r--r--externals/grill/pool/source/pool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/pool/source/pool.h b/externals/grill/pool/source/pool.h
index 1874d334..64445c06 100644
--- a/externals/grill/pool/source/pool.h
+++ b/externals/grill/pool/source/pool.h
@@ -2,7 +2,7 @@
pool - hierarchical storage object for PD and Max/MSP
-Copyright (c) 2002-2003 Thomas Grill (xovo@gmx.net)
+Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -15,8 +15,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
#include <iostream>