From: miljenko Date: Mon, 28 Apr 2008 11:42:50 +0000 (+0000) Subject: Version (imunes -v) changed X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=17863f0eb99dc4b018faea032f537c70c62e1bc6;p=imunes.git Version (imunes -v) changed Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/imunes b/imunes index 894bd24..a2338f0 100755 --- a/imunes +++ b/imunes @@ -27,7 +27,7 @@ # and Technology through the research contract #IP-2003-143. # -# $Id: Exp $ +# $Id: imunes,v 1.11 2008/01/01 18:22:59 marko Exp $ SHELL=/bin/sh @@ -43,7 +43,7 @@ case $1 in exec tclsh8.4 $imunes "$@" ;; -v | --version) - exec echo IMUNES version 2008-01-01 + exec echo IMUNES version 2008-04-28 ;; *) exec wish8.4 $imunes "$@"