1. Upped the version no !!!!
[spider.git] / perl / cluster.pl
index fa793f22365ebd6dc66fd8044026d81e57088f68..49bd016cd42a3781f365181f02a876bf93416a56 100755 (executable)
@@ -52,7 +52,7 @@ package main;
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.17";                             # the version no of the software
+$version = "1.20";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
  
 # handle disconnections
@@ -278,7 +278,7 @@ print "reading cron jobs ...\n";
 DXCron->init();
 
 # starting local stuff
-print "doing local initialisation ...\n"
+print "doing local initialisation ...\n";
 eval {
        Local::init();
 };