diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2013-06-28 07:33:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2013-06-28 07:33:27 +0000 |
commit | 86697106f52abeac08476aa113fd0d798696eb8f (patch) | |
tree | 06c6136a952ed85827203e8dcbe2c432419873ac /src | |
parent | 255304eb819db693017577d3b37f274754368992 (diff) |
updated copyright and version
iem_ambi veresion != iemlib version
svn path=/trunk/externals/iem/iem_ambi/; revision=17166
Diffstat (limited to 'src')
-rw-r--r-- | src/iem_ambi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem_ambi.c b/src/iem_ambi.c index f1379a0..c7278c6 100644 --- a/src/iem_ambi.c +++ b/src/iem_ambi.c @@ -33,6 +33,6 @@ void iem_ambi_setup(void) ambi_decode_cube_setup(); ambi_rot_setup(); - post("iem_ambi (R-1.17) library loaded! (c) Thomas Musil 11.2006"); + post("iem_ambi (R-0.2) library loaded! (c) Thomas Musil 2000-2012"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } |