upissue version no
[spider.git] / perl / Version.pm
index e8910866822285b1b2afae457a4ee123843932f7..e7668d528a179d7548c4348c0fd134bccbd58c20 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.54';
+$version = '1.55';
 $subversion = '0';
-$build = '111';
+$build = '2';
 
 1;