Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32622
Modified Files: zexy.h Log Message: increased minor version, for bugfixes
Index: zexy.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** zexy.h 12 Nov 2006 12:31:03 -0000 1.22 --- zexy.h 7 Mar 2007 11:28:33 -0000 1.23 *************** *** 61,65 **** #include <math.h>
! #define VERSION "2.1"
/* these pragmas are only used for MSVC, not MinGW or Cygwin */ --- 61,65 ---- #include <math.h>
! #define VERSION "2.1.1"
/* these pragmas are only used for MSVC, not MinGW or Cygwin */ *************** *** 101,105 **** 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"); } } --- 101,105 ---- if(object!=0){ post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION); ! post("\tCopyright (l) 1999-2007 IOhannes m zmölnig, forum::für::umläute & IEM"); } }