make sure the node C record is actually sent
[spider.git] / perl / Version.pm
index a4aaf1cb31b4447b7192280932dec08c6bdb3335..3a0dca8b1874e11913b0702ceb013d2b662a835e 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '73';
+$build = '102';
 
 1;