fix EOF detection of incoming nodes
[spider.git] / perl / Version.pm
index 23560ca76189898fe752dd42bbd5105baf408b22..42a44847aabefdc2d74901d09c041401ea0654ea 100644 (file)
@@ -10,7 +10,7 @@ package main;
 use vars qw($version $build $gitversion);
 
 $version = '1.57';
-$build = '4';
-$gitversion = '316a74d';
+$build = '30';
+$gitversion = 'a76624e';
 
 1;