diff options
author | Winfried Ritsch <ritsch@users.sourceforge.net> | 2006-01-27 09:34:51 +0000 |
---|---|---|
committer | Winfried Ritsch <ritsch@users.sourceforge.net> | 2006-01-27 09:34:51 +0000 |
commit | cb96304368f5f9797221badd6e1483c85c1aeceb (patch) | |
tree | 9ec0517d241c05f5573e9077a8df98aa720b09a3 | |
parent | 61bcf94197cca0456ca7c70b3a71458df7dca293 (diff) |
Text changes release 1.0
svn path=/trunk/externals/iem/comport/; revision=4500
-rw-r--r-- | comport/CHANGES.txt | 3 | ||||
-rw-r--r-- | comport/README.txt | 3 | ||||
-rw-r--r-- | comport/comport.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/comport/CHANGES.txt b/comport/CHANGES.txt index c8ad022..62caf42 100644 --- a/comport/CHANGES.txt +++ b/comport/CHANGES.txt @@ -1,3 +1,6 @@ +1.0 - 25.1.2006 + released with pd_darwin makefile extension + 1.0RC2 - 18.11.2005 made more C-compatible and LGPL diff --git a/comport/README.txt b/comport/README.txt index aff44fa..be4893a 100644 --- a/comport/README.txt +++ b/comport/README.txt @@ -17,7 +17,7 @@ Please see testcomport.pd for more help. compile: Unix (Linux): - make pd_linux, make pd_irix5, make pd_irix6 + make pd_linux, make pd_irix5, make pd_irix6, make pd_darwin should produce a comport.pd_linux, .... @@ -25,5 +25,6 @@ compile: nmake pd_nt + If you have improvements or questions feel free to contact me under ritsch _at_ iem.at diff --git a/comport/comport.c b/comport/comport.c index f587034..d0a5aed 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -3,7 +3,7 @@ (c) 1998-2005 Winfried Ritsch (see LICENCE.txt) Institute for Electronic Music - Graz - V 1.0 RC2 + V 1.0 */ |