aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 11:28:33 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 11:28:33 +0000
commit002112922c8294ea33ec3ad35972f67b9b9bea54 (patch)
tree090552c68885b5d3326a0ed30f29145c8b23df4f /src/zexy.h
parente93f7c8c547ea2ce4c72db9c7bafbc5ccfa68527 (diff)
increased minor version, for bugfixes
svn path=/trunk/externals/zexy/; revision=7473
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zexy.h b/src/zexy.h
index ab4f5ad..fc9a8be 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -60,7 +60,7 @@
#include <math.h>
-#define VERSION "2.1"
+#define VERSION "2.1.1"
/* these pragmas are only used for MSVC, not MinGW or Cygwin */
#ifdef _MSC_VER
@@ -100,7 +100,7 @@ typedef struct _mypdlist
static void zexy_register(char*object){
if(object!=0){
post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION);
- post("\tCopyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM");
+ post("\tCopyright (l) 1999-2007 IOhannes m zmölnig, forum::für::umläute & IEM");
}
}
#else