diff options
author | musil <tmusil@users.sourceforge.net> | 2006-12-14 20:34:27 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-12-14 20:34:27 +0000 |
commit | 830ed801768d14a2d686a0bee823a9d0602c5cef (patch) | |
tree | 81f2a96cafcede83f20df28a30fb78a3ce8cd24c /src/iemgui.c | |
parent | 68bc10e23ddfbd805095a1c03ba06c5c63f57f52 (diff) |
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iemgui/; revision=6903
Diffstat (limited to 'src/iemgui.c')
-rw-r--r-- | src/iemgui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemgui.c b/src/iemgui.c index 7e7a963..48008b9 100644 --- a/src/iemgui.c +++ b/src/iemgui.c @@ -108,6 +108,6 @@ void iemgui_setup(void) iem_event_setup(); // toggle_matrix_setup(); - post("iemgui (R-1.16) library loaded! (c) Thomas Musil 05.2005"); + post("iemgui (R-1.17) library loaded! (c) Thomas Musil 11.2006"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } |