aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comport/comport-meta.pd2
-rw-r--r--comport/comport.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/comport/comport-meta.pd b/comport/comport-meta.pd
index 715f4bc..3032670 100644
--- a/comport/comport-meta.pd
+++ b/comport/comport-meta.pd
@@ -2,5 +2,5 @@
#N canvas 25 49 420 300 META 1;
#X text 13 41 NAME comport;
#X text 10 25 AUTHOR Winfried Ritsch and others;
-#X text 10 10 VERSION 0.1;
+#X text 10 10 VERSION 0.2;
#X restore 10 10 pd META;
diff --git a/comport/comport.c b/comport/comport.c
index 53aaa64..862ba18 100644
--- a/comport/comport.c
+++ b/comport/comport.c
@@ -1966,7 +1966,7 @@ void comport_setup(void)
null_tv.tv_usec = 0;
#endif /* NOT _WIN32 */
verbose(-1, "comport - PD external for unix/windows\n"
- "LGPL 1998-2006, Winfried Ritsch and others (see LICENSE.txt)\n"
+ "LGPL 1998-2012, Winfried Ritsch and others (see LICENSE.txt)\n"
"Institute for Electronic Music - Graz");
}