From 479f8331310a2e4aef98c32088a3298ec4dc3433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 8 Jul 2005 11:18:16 +0000 Subject: added a version information (and immediately increased it to 0.2) svn path=/trunk/externals/iem/aconnect/; revision=3305 --- aconnect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aconnect.c b/aconnect.c index bcb2b91..21f347d 100644 --- a/aconnect.c +++ b/aconnect.c @@ -18,6 +18,7 @@ * license: GNU General Public License v.2 * ******************************************************/ +#define ACONNECT_VERSION "0.2" #include "m_pd.h" @@ -393,6 +394,7 @@ void aconnect_setup(void) post(" ported to pure-data by IOhannes m zmölnig 2005"); post(" institute of electronic music and acoustics (iem)"); post(" published under the GNU General Public License version 2"); + post(" version:"ACONNECT_VERSION"\tcompiled: "__DATE__""); aconnect_class = class_new(gensym("aconnect"), (t_newmethod)aconnect_new, 0, sizeof(t_aconnect), 0, 0); -- cgit v1.2.1