--- googlecode.com/svn/trunk/meteord 2006/12/14 16:29:42 11 +++ googlecode.com/svn/trunk/meteord 2008/02/04 19:02:49 45 @@ -31,6 +31,12 @@ # ############################################################################### +############################################################################### +# meterod version +################################################################################ + + $::VERSION='1.05.02'; + $::RELEASE_DATE='not yet released'; ############################################################################### # Configuration @@ -63,6 +69,12 @@ ############################################################################### # + # Record startup time + # + $::STARTUP_TIME=time; + $::STARTUP_TIME+=0; # avoid warning + + # # Program name # $::PGM=$0;