# and Technology through the research contract #IP-2003-143.
#
-# $Id: imunes,v 1.11 2008/01/01 18:22:59 marko Exp $
+# $Id: imunes,v 1.12 2008/04/28 11:42:50 miljenko Exp $
SHELL=/bin/sh
exec tclsh8.4 $imunes "$@"
;;
-v | --version)
- exec echo IMUNES version 2008-04-28
+ # exec echo IMUNES version 2008-04-28
+ last_changed=`grep '^# $Id: .*\$$' \
+ $ROOTDIR/$LIBDIR/*.tcl /usr/local/bin/imunes | \
+ sort +4 | tail -1 | cut -d' ' -f5`
+ exec echo IMUNES version $last_changed
;;
*)
exec wish8.4 $imunes "$@"