aboutsummaryrefslogtreecommitdiff
path: root/src/iem_bin_ambi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_bin_ambi.c')
-rw-r--r--src/iem_bin_ambi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iem_bin_ambi.c b/src/iem_bin_ambi.c
index 5fb40e2..c1af546 100644
--- a/src/iem_bin_ambi.c
+++ b/src/iem_bin_ambi.c
@@ -1,7 +1,7 @@
/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
-iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
+iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2009 */
#include "m_pd.h"
@@ -36,6 +36,6 @@ void iem_bin_ambi_setup(void)
bin_ambi_reduced_decode_fft2_setup();
bin_ambi_reduced_decode_fir2_setup();
- post("iem_bin_ambi (R-1.17) library loaded! (c) Thomas Musil 11.2006");
+ post("iem_bin_ambi (R-1.18) library loaded! (c) Thomas Musil 01.2009");
post(" musil%ciem.at iem KUG Graz Austria", '@');
}