diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-07 11:28:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-07 11:28:33 +0000 |
commit | 002112922c8294ea33ec3ad35972f67b9b9bea54 (patch) | |
tree | 090552c68885b5d3326a0ed30f29145c8b23df4f | |
parent | e93f7c8c547ea2ce4c72db9c7bafbc5ccfa68527 (diff) |
increased minor version, for bugfixes
svn path=/trunk/externals/zexy/; revision=7473
-rw-r--r-- | src/zexy.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |