fix issue.pl to use "new style" git commands
[spider.git] / perl / Version.pm
index f371423c1e37c1f5c695f40956eaf5c0068c7e4e..76bdefb80d368b9ad02af577741f69a609d9b611 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.54';
+$version = '1.55';
 $subversion = '0';
-$build = '166';
+$build = '40';
 
 1;