diff options
-rw-r--r-- | src/iem_ambi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iem_ambi.c b/src/iem_ambi.c index c7278c6..2783641 100644 --- a/src/iem_ambi.c +++ b/src/iem_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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2013 */ #include "m_pd.h" #include "iemlib.h" @@ -33,6 +33,6 @@ void iem_ambi_setup(void) ambi_decode_cube_setup(); ambi_rot_setup(); - post("iem_ambi (R-0.2) library loaded! (c) Thomas Musil 2000-2012"); + post("iem_ambi (R-1.20) library loaded! (c) Thomas Musil 07.2013"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } |