aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comport/CHANGES.txt3
-rw-r--r--comport/README.txt3
-rw-r--r--comport/comport.c2
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
*/