change node disconnection code to improve node clearouts
[spider.git] / perl / Version.pm
index 6e0c1a35093d28a0ade5fe042cfd42a948069a65..280eb1d1c84afb93912cab99ac3f125c3b41173e 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 $subversion $build);
 
-$version = "1.53";
-$build = 466;
+$version = '1.54';
+$subversion = '0';
+$build = '116';
 
 1;