diff options
-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", '@'); } |