diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-15 02:43:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-15 02:43:58 +0000 |
commit | 65d88c595ce683119a0dd6cb2f32bdde2d6200df (patch) | |
tree | c09eb76dd87321c051cb801efa007dfd0a8b8eee | |
parent | dcb81d5330759404fce3b7a401b86ac3b5c039f1 (diff) |
bumped version to v0.2 for release
svn path=/trunk/externals/iem/comport/; revision=16384
-rw-r--r-- | comport/comport-meta.pd | 2 | ||||
-rw-r--r-- | comport/comport.c | 2 |
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"); } |