Add clear/cmd_cache command to git
[spider.git] / perl / Version.pm
index 214f167de5ec8e303c33b244ab46aa93daadd250..55e382339a46633933886a1c63024fbbc6a69f28 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.55';
+$version = '';
 $subversion = '0';
-$build = '52';
+$build = '1';
 
 1;