fix EOF detection of incoming nodes
[spider.git] / perl / Version.pm
index 6e0c1a35093d28a0ade5fe042cfd42a948069a65..42a44847aabefdc2d74901d09c041401ea0654ea 100644 (file)
@@ -1,10 +1,16 @@
 #
+# Version information for DXSpider
 #
+# DO NOT ALTER THIS FILE. It is generated automatically
+# and will be overwritten
+#
+
 package main;
 
-use vars qw($version $build);
+use vars qw($version $build $gitversion);
 
-$version = "1.53";
-$build = 466;
+$version = '1.57';
+$build = '30';
+$gitversion = 'a76624e';
 
 1;