aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-06-18 13:57:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-06-18 13:57:18 +0000
commitb9b1e42d7438baf8316d87a46ce046ee08333186 (patch)
tree526777b4829724dd83be86906ee1d54972c7fea5 /src/zexy.h
parent24de4c622b68ceff0f8da103948f1e92eeff8fee (diff)
new splashscreen
svn path=/trunk/externals/zexy/; revision=711
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/zexy.h b/src/zexy.h
index 95d760d..bd41ed6 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -9,13 +9,13 @@
* (except if you want to use the code for other things)
* download "pure data" at
- http://iem.kug.ac.at/pd
- ftp://iem.kug.ac.at/pd
+ http://pd.iem.at
+ ftp://iem.at/pd
*
* if you are looking for the latest release of the ZEXY-external you should have another look at
- ftp://iem.kug.ac.at/pd/Externals/ZEXY
+ ftp://iem.at/pd/Externals/ZEXY
*
* ZEXY is published under the GNU GeneralPublicLicense, that must be shipped with ZEXY.
@@ -32,14 +32,14 @@
#include "m_pd.h"
-#define VERSION "1P2"
+#define VERSION "1.3"
#ifdef NT
/* yes, we have beautiful hearts under NT */
#define HEARTSYMBOL 3
#else
/* but none for linux; indeed the only drawback */
-#define HEARTSYMBOL 64
+#define HEARTSYMBOL 169
#endif
#endif