aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flext.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-07-19 13:17:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-07-19 13:17:50 +0000
commitad51a5256a81891061f4c1cc729c718029beb128 (patch)
treecc7472041e4f67c1d8f31b0d4c4981d27fbe5039 /externals/grill/flext/source/flext.h
parent35a59e7dbce7f5cd6fb8c26e40fc66dfd8384cce (diff)
upped version number
optimizations for message handling and memory footprint made flext::Forward threadsafe digest one-element list messages as single atoms simplified message analysis svn path=/trunk/; revision=3359
Diffstat (limited to 'externals/grill/flext/source/flext.h')
-rw-r--r--externals/grill/flext/source/flext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flext.h b/externals/grill/flext/source/flext.h
index a55e2b67..64db2b42 100644
--- a/externals/grill/flext/source/flext.h
+++ b/externals/grill/flext/source/flext.h
@@ -23,10 +23,10 @@ WARRANTIES, see the file, "license.txt," in this distribution.
*/
//! \brief flext version number
-#define FLEXT_VERSION 500
+#define FLEXT_VERSION 501
//! \brief flext version string
-#define FLEXT_VERSTR "0.5.0"
+#define FLEXT_VERSTR "0.5.1pre"
//! @}