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