19Jun14=======================================================================
1. Fix EOF detection of incoming nodes.
+2. Attempt to autogenerate Version.pm with *correct* values (instead of the
+ the git id of the previous commit). Oh, and do it on every commit or pull.
17Jun14=======================================================================
1. Add CTY2405 prefix changes
2. Arrange for all file searching routines based on sh/dx or sh/log to be
+++ /dev/null
-#
-# Version information for DXSpider
-#
-# DO NOT ALTER THIS FILE. It is generated automatically
-# and will be overwritten
-#
-
-package main;
-
-use vars qw($version $build $gitversion);
-
-$version = '1.57';
-$build = '30';
-$gitversion = 'a76624e';
-
-1;