aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 15:16:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 15:16:35 +0000
commit90df060ac8a040e8d46142e3e441e0e4ad62eb9a (patch)
tree954356e01779d72f4880d1ba029dd19aeec5d7a0 /src/zexy.h
parent002112922c8294ea33ec3ad35972f67b9b9bea54 (diff)
added [matchbox] an object to search a list (with pattern matching) in a "box" of lists
svn path=/trunk/externals/zexy/; revision=7475
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexy.h b/src/zexy.h
index fc9a8be..a27b051 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -60,7 +60,7 @@
#include <math.h>
-#define VERSION "2.1.1"
+#define VERSION "2.2.0"
/* these pragmas are only used for MSVC, not MinGW or Cygwin */
#ifdef _MSC_VER