add the ability to limit no of connections
[spider.git] / perl / Version.pm
index b2641bf4eb17e85df540a8990b56cc23ab6dbf5d..be2a961b28df1917e754386aa2eb814b5a4965b2 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '26';
+$build = '28';
 
 1;