aboutsummaryrefslogtreecommitdiff
path: root/aconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'aconnect.c')
-rw-r--r--aconnect.c2
1 files changed, 2 insertions, 0 deletions
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);