diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-04 17:13:07 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-04 17:13:07 +0000 |
commit | 95eb0312479b884ccd1d6f6d8dd80cd2295afe0d (patch) | |
tree | 5b8c8a8d9105bbdc713743a9d91a6961f3c7baf4 | |
parent | e6df1f5fc109d8427471ff80c8bbaa9944824b43 (diff) |
changed dateHEADsvn2git-headexternals/iem/iem_ambi
svn path=/trunk/externals/iem/iem_ambi/; revision=17186
-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", '@'); } |