aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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