use no of commits as the build no on a tag
[spider.git] / perl / Version.pm
index 6e0c1a35093d28a0ade5fe042cfd42a948069a65..9fe21c15304153a65ff8477e4b1ed09e64f59ecf 100644 (file)
@@ -1,10 +1,15 @@
 #
+# Version information for DXSpider
 #
+# DO NOT ALTER THIS FILE. It is generated automatically
+# and will be overwritten
+#
+
 package main;
 
 use vars qw($version $build);
 
-$version = "1.53";
-$build = 466;
+$version = '1.53';
+$build = '4-gb9dffef';
 
 1;