add the ability to limit no of connections
[spider.git] / perl / Version.pm
index ccc1a529ebc6d76a4de8ea21f45d3b630c8f04dc..be2a961b28df1917e754386aa2eb814b5a4965b2 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.54';
+$version = '1.55';
 $subversion = '0';
-$build = '124';
+$build = '28';
 
 1;