shutdown quicker by not manipulating routing table
[spider.git] / perl / Version.pm
index 3906391ebefec0b5002fe74d6c6c0c2df6d58c72..ecefc7cabd9ad9a2031245a0413683e99431f211 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '121';
+$build = '128';
 
 1;