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