--- googlecode.com/svn/trunk/meteord 2006/12/14 16:29:42 11 +++ googlecode.com/svn/trunk/meteord 2008/02/03 23:10:24 42 @@ -31,6 +31,11 @@ # ############################################################################### +############################################################################### +# meterod version +################################################################################ + + $::VERSION='1.05.01'; ############################################################################### # Configuration @@ -63,6 +68,12 @@ ############################################################################### # + # Record startup time + # + $::STARTUP_TIME=time; + $::STARTUP_TIME+=0; # avoid warning + + # # Program name # $::PGM=$0;