From 002112922c8294ea33ec3ad35972f67b9b9bea54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 7 Mar 2007 11:28:33 +0000 Subject: increased minor version, for bugfixes svn path=/trunk/externals/zexy/; revision=7473 --- src/zexy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -#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 -- cgit v1.2.1