fix git version/build code correctly
[spider.git] / perl / cluster.pl
index e8e7cb0568b0f51fef1d93ff7a2aa50b55278452..8f7106d9dbb82f57978190eeaa375138c9d479f7 100755 (executable)
@@ -121,7 +121,7 @@ use vars qw(@inqueue $systime $version $starttime $lockfn @outstanding_connects
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.52";                             # the version no of the software
+$version = "1.53";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
 #@outstanding_connects = ();     # list of outstanding connects
 @listeners = ();                               # list of listeners
@@ -130,6 +130,8 @@ $bumpexisting = 1;                          # 1 = allow new connection to disconnect old, 0 - don't al
 $allowdxby = 0;                                        # 1 = allow "dx by <othercall>", 0 - don't allow it
 
 
+use vars qw($VERSION $BRANCH $build $branch);
+      
 # send a message to call on conn and disconnect
 sub already_conn
 {